提交 f60b9873 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10634 from user1713952/patch-1

Fixed: Integer.setStep was misspelled as Number.setStep
......@@ -862,10 +862,10 @@ UI.Integer.prototype.setValue = function ( value ) {
};
UI.Number.prototype.setStep = function ( step ) {
this.step = step;
UI.Integer.prototype.setStep = function ( step ) {
this.step = parseInt( step );
return this;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册