From dbed685363b550898b018d425b0b4cd1d917f17e Mon Sep 17 00:00:00 2001 From: jonobr1 Date: Sat, 18 Jun 2011 14:17:34 -0400 Subject: [PATCH] compiles fine --- src/DAT/GUI/GUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DAT/GUI/GUI.js b/src/DAT/GUI/GUI.js index aa248d0..5981573 100644 --- a/src/DAT/GUI/GUI.js +++ b/src/DAT/GUI/GUI.js @@ -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) {