mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove SegmentList.js for now.
This commit is contained in:
parent
b19ba2014c
commit
5a309f67dc
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
SegmentList = Array.extend({
|
|
||||||
initialize: function(path) {
|
|
||||||
this.length = 0;
|
|
||||||
this.path = path;
|
|
||||||
},
|
|
||||||
push: function() {
|
|
||||||
this.base.apply(this, arguments);
|
|
||||||
this.path.listChanged();
|
|
||||||
}
|
|
||||||
});
|
|
Loading…
Reference in a new issue