we never call it without an operator.
This commit is contained in:
parent
f58baab3bd
commit
7c9619f36c
@ -1,10 +1,6 @@
|
||||
var tree = require('mess/tree');
|
||||
|
||||
tree.Zoom = function(op, value, index) {
|
||||
if (!op) {
|
||||
return zoom.all;
|
||||
}
|
||||
|
||||
value = parseInt(value);
|
||||
if (value > tree.Zoom.maxZoom || value < 0) {
|
||||
throw {
|
||||
|
Loading…
Reference in New Issue
Block a user