allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / ProgressBar.js
index 945de77..d0c0f3b 100644 (file)
@@ -83,11 +83,9 @@ Roo.extend(Roo.bootstrap.ProgressBar, Roo.bootstrap.Component,  {
     
     update : function(aria_valuenow)
     {
-        Roo.log('call update?');
         this.aria_valuenow = aria_valuenow;
         
         this.el.setStyle('width', Math.ceil((this.aria_valuenow / this.aria_valuemax) * 100) + '%');
-        Roo.log(this);
     }
    
 });