mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
commit
4443a5aa21
@ -139,7 +139,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='https://github.com/dataarts/dat.gui/raw/build/DAT.GUI.js'><strong>Download the uncompressed source</strong></a>
|
<a href='https://github.com/dataarts/dat.gui/raw/build/DAT.GUI.js'><strong>Download the uncompressed source</strong></a>
|
||||||
<small id='buildsize'>[33.8kb]
|
<small id='buildsize'>[33.9kb]
|
||||||
</small>
|
</small>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ DAT.GUI.Controller.prototype.setValue = function(n) {
|
|||||||
|
|
||||||
DAT.GUI.Controller.prototype.getValue = function() {
|
DAT.GUI.Controller.prototype.getValue = function() {
|
||||||
var val = this.object[this.propertyName];
|
var val = this.object[this.propertyName];
|
||||||
if(val == undefined) this.object.get(this.propertyName);
|
if(val == undefined) val = this.object.get(this.propertyName);
|
||||||
return val;
|
return val;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user