Roo/ViewPanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 09:58:55 +0000 (17:58 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 09:58:55 +0000 (17:58 +0800)
Roo/ViewPanel.js

index bee21da..5dd8923 100644 (file)
@@ -18,8 +18,7 @@
  * @param {String/Object} config A string to set only the panel's title, or a config object
  */
 Roo.ViewPanel = function(el, config){
-    
-  
+     
     this.wrapper = Roo.DomHelper.append(document.body, // wrapper for IE7 strict & safari scroll issue
         {tag: "div", cls: "x-layout-grid-wrapper x-layout-inactive-content"}, true);