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

index 83e9f53..5cc018f 100644 (file)
@@ -30,13 +30,10 @@ Roo.doc.Entry  = function(config){
         marginheight : 0,
         offset : 0
     });
-    Roo.doc.Entry._calls++;
-    if (Roo.doc.Entry._calls > 1) {
-        return;
-    }
+     
     // call onRender once... and block next call...?
     this.onRender(body);
-    this.onRender = function() { };
+    //this.onRender = function() { };
 
 };