Roo/doc/Entry.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 02:46:03 +0000 (10:46 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2016 02:46:03 +0000 (10:46 +0800)
Roo/doc/Entry.js

index 4a66e47..83e9f53 100644 (file)
@@ -87,7 +87,7 @@ Roo.extend(Roo.doc.Entry, Roo.bootstrap.Component,  {
         
     // call onRender once... and block next call...?
     
-        Roo.doc.Component.prototype.onRender.call(this, ct, position);
+        Roo.bootstrap.Component.prototype.onRender.call(this, ct, position);
     }
    
 });