Roo/bootstrap/Body.js
authorEdward <edward@roojs.com>
Fri, 13 Feb 2015 06:09:29 +0000 (14:09 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Feb 2015 06:09:29 +0000 (14:09 +0800)
Roo/bootstrap/Body.js

index b4e0499..2872121 100644 (file)
  * @param {Object} config The config object
  */
 
-Roo.bootstrap.Body = function(config){
+Roo.bootstrap.Body = function(config)
+{
+    Roo.log(this);
     Roo.bootstrap.Body.superclass.constructor.call(this, config);
     this.el = Roo.get(document.body);
     if (this.cls && this.cls.length) {
         Roo.get(document.body).addClass(this.cls);
     }
+    
 };
 
 Roo.extend(Roo.bootstrap.Body, Roo.bootstrap.Component,  {