Roo/bootstrap/NavProgressBar.js
authoredward <edward@roojs.com>
Tue, 15 Mar 2016 06:16:10 +0000 (14:16 +0800)
committeredward <edward@roojs.com>
Tue, 15 Mar 2016 06:16:10 +0000 (14:16 +0800)
Roo/bootstrap/NavProgressBar.js

index 4fe2580..367f084 100644 (file)
@@ -77,14 +77,10 @@ Roo.extend(Roo.bootstrap.NavProgressBar, Roo.bootstrap.Component,  {
     initEvents: function() 
     {
         this.format();
-        
-        Roo.log(this.bullets);
-        Roo.log('run init???');
     },
     
     onRender : function(ct, position) 
     {
-        Roo.log('render???');
         Roo.bootstrap.NavProgressBar.superclass.onRender.call(this, ct, position);
         
         if(this.bullets.length){
@@ -220,7 +216,7 @@ Roo.extend(Roo.bootstrap.NavProgressBar, Roo.bootstrap.Component,  {
         this.setActiveItem(this.barItems[i-1]);
     },
     
-    format : function()
+    formatBullets : function()
     {
         if(!this.barItems.length){
             return;