Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 05:35:06 +0000 (13:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 05:35:06 +0000 (13:35 +0800)
Builder/Provider/File/Roo.js

index e6457e8..1e49864 100755 (executable)
@@ -250,7 +250,7 @@ Roo = XObject.define(
             
             // we have 2 types = dialogs and components
             // 
-            var top = this.guessType(this.items[0]);
+            var top = this.guessName(this.items[0]);
             if (top.match(/Dialog/)) {
                 return this.toSourceDialog();
             }