builder.html.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 07:43:01 +0000 (15:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 07:43:01 +0000 (15:43 +0800)
builder.html.js

index d9cbc9d..3f7242c 100644 (file)
@@ -189,9 +189,9 @@ Builder  = {
                     // stupid IE can not return objects evaluated..
                     eval('_tmp =(' + cfg[p] + ')');
                     cfg[p.substr(1)] = _tmp;
-                    //if (typeof(_tmp) == 'undefined') {
-                    //    alert(cfg[p]);
-                   // }
+                    if (typeof(_tmp) == 'undefined') {
+                        alert(cfg[p]);
+                    }
                    
                 } catch(e) {  
                     console.log('Error evaluating: '  + cfg[p] + "\r\n" + JSON.stringify(e));