Clean up zoomfilter

This commit is contained in:
Tom MacWright 2011-01-20 12:03:43 -05:00
parent a9711bc96c
commit 6838e1ace5

View File

@ -6,10 +6,6 @@ tree.ZoomFilter = function(key, op, val, index) {
this.val = parseInt(val);
this.index = index;
this.zoom_range = this.create_range(this.op.value, this.val);
this.zooms = {
};
};
/**