Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 4 May 2010 08:02:14 +0000 (16:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 4 May 2010 08:02:14 +0000 (16:02 +0800)
Builder/Provider/File/Roo.js

index f49bc6c..9cb120b 100755 (executable)
@@ -33,7 +33,7 @@ Roo = XObject.define(
         }
         
         
-        this.items = [];
+        this.items = false;
         if (cfg.json) {
             var jstr =  JSON.parse(cfg.json);
             this.items = [ jstr ];