Clean up zoomfilter
This commit is contained in:
parent
a9711bc96c
commit
6838e1ace5
@ -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 = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user