Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 08:06:42 +0000 (16:06 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 08:06:42 +0000 (16:06 +0800)
Roo/bootstrap/Popover.js

index 7055724..bc12ec8 100644 (file)
@@ -83,6 +83,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
                 cfg.style = this.style;
             }
             this.el = Roo.get(document.body).createChild(cfg, position);
+            Roo.log(this.el);
         }
         this.initEvents();
     },