Remove SegmentList.js for now.

This commit is contained in:
Jonathan Puckey 2011-02-07 19:53:27 +01:00
parent b19ba2014c
commit 5a309f67dc

View file

@ -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();
}
});