we never call it without an operator.

This commit is contained in:
Konstantin Käfer 2011-01-30 16:27:56 -05:00
parent f58baab3bd
commit 7c9619f36c

View File

@ -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 {