Roo/bootstrap/ProgressBar.js
authorEdward <edward@roojs.com>
Thu, 10 Apr 2014 10:32:21 +0000 (18:32 +0800)
committerEdward <edward@roojs.com>
Thu, 10 Apr 2014 10:32:21 +0000 (18:32 +0800)
Roo/bootstrap/ProgressBar.js

index c8cfec9..113027f 100644 (file)
@@ -86,7 +86,7 @@ Roo.extend(Roo.bootstrap.ProgressBar, Roo.bootstrap.Component,  {
         Roo.log('call update?');
         this.aria_valuenow = aria_valuenow;
         Roo.log(this);
-        this.el.setStyle('width', this.aria_valuenow / this.aria_valuemax);
+        this.el.setStyle('width', (this.aria_valuenow / this.aria_valuemax));
     }
    
 });