mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
compiles fine
This commit is contained in:
parent
454b1535fe
commit
dbed685363
@ -307,7 +307,7 @@ DAT.GUI = function(parameters) {
|
||||
}
|
||||
|
||||
var value = object[propertyName];
|
||||
if(value == undefined && object.get) value = object.get(propertyName));
|
||||
if(value == undefined && object.get) value = object.get(propertyName);
|
||||
|
||||
// Does this value exist? Is it accessible?
|
||||
if (value == undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user