mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
added name function in extend
This commit is contained in:
parent
d3121a6676
commit
679f36cc5f
@ -117,7 +117,8 @@ define([
|
|||||||
|
|
||||||
this.__input.value = this.__truncationSuspended ? this.getValue() : roundToDecimal(this.getValue(), this.__precision);
|
this.__input.value = this.__truncationSuspended ? this.getValue() : roundToDecimal(this.getValue(), this.__precision);
|
||||||
return NumberControllerBox.superclass.prototype.updateDisplay.call(this);
|
return NumberControllerBox.superclass.prototype.updateDisplay.call(this);
|
||||||
}
|
},
|
||||||
|
name: function() {}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user