mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Merge pull request #31 from air/issue31-googlecode
applied patch described in code.google.com issue 31
This commit is contained in:
commit
1cb6eca274
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user