Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 4 Oct 2017 10:51:30 +0000 (18:51 +0800)
committeredward <edward@roojs.com>
Wed, 4 Oct 2017 10:51:30 +0000 (18:51 +0800)
Roo/bootstrap/panel/Grid.js

index 8376049..113ebdf 100644 (file)
@@ -64,8 +64,7 @@ Roo.bootstrap.panel.Grid = function(config)
         this.on('activate', function(gp) {
             if (!gp.grid.rendered) {
                 gp.grid.render(this.wrapper);
-                gp.grid.getGridEl().replaceClass("roo-layout-inactive-content", "roo-layout-component-panel");               
-
+                gp.grid.getGridEl().replaceClass("roo-layout-inactive-content", "roo-layout-component-panel");   
             }
         });