This commit is contained in:
Aaron Bell 2013-12-18 20:51:13 -05:00
parent 5b873449e8
commit 7c904ee219

View File

@ -122,6 +122,8 @@ define([
*/ */
step: function(v) { step: function(v) {
this.__step = v; this.__step = v;
this.__impliedStep = v;
this.__precision = numDecimals(v);
return this; return this;
} }