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

index 246ae3b..d34806d 100644 (file)
@@ -28,7 +28,7 @@ Roo.extend(Roo.bootstrap.Body, Roo.bootstrap.Component,  {
     onRender : function(ct, position)
     {
         if (this.cls && this.cls.length) {
-            Roo.select('body').addClass(this.cls);
+            Roo.get(document.body).addClass(this.cls);
         }
         // style??? xttr???
     }