Roo/bootstrap/Body.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Aug 2014 06:15:26 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Aug 2014 06:15:26 +0000 (14:15 +0800)
Roo/bootstrap/Body.js

index 0526078..1641819 100644 (file)
@@ -25,12 +25,11 @@ Roo.extend(Roo.bootstrap.Body, Roo.bootstrap.Component,  {
        autoCreate : {
         cls: 'container'
     },
-    onRender : function(ct, position){
+    onRender : function(ct, position)
+    {
         if (this.cls && this.cls.length) {
             Roo.select('body').addClass(this.cls);
         }
-        
-        
     }