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

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