Merge pull request #31 from air/issue31-googlecode

applied patch described in code.google.com issue 31
This commit is contained in:
Doug 2013-12-18 18:00:27 -08:00
commit 1cb6eca274

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;
} }