Roo/XComponent.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 06:32:25 +0000 (14:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 06:32:25 +0000 (14:32 +0800)
Roo/XComponent.js

index 58cbeee..2fcca52 100644 (file)
@@ -177,7 +177,8 @@ Roo.extend(Roo.XComponent, Roo.util.Observable, {
             switch (ename) {
                 case 'bootstrap-body':
                     if (typeof(tree.el) != 'undefined' && tree.el == document.body)  {
-                       this.parent = { el : true };;
+                        // this is the BorderLayout standard?
+                       this.parent = { el : true };
                     }
                     
                     if (typeof(Roo.bootstrap.Body) != 'undefined') {