Uncommited changes synced
[roojs1] / Roo / bootstrap / Progress.js
index 9ed8ac4..1960687 100644 (file)
@@ -24,26 +24,13 @@ Roo.bootstrap.Progress = function(config){
 
 Roo.extend(Roo.bootstrap.Progress, Roo.bootstrap.Component,  {
     
-    aria_valuenow : false,
-    aria_valuemin : 0,
-    aria_valuemax : 100,
-    label : false,
-    panel : false,
-    role : false,
     striped : false,
     active: false,
-    sr_only: false,
     
     getAutoCreate : function(){
         var cfg = {
             tag: 'div',
-            cls: 'progress',
-            cn: [
-                {
-                    tag: 'div',
-                    cls: 'progress-bar'
-                }
-            ]
+            cls: 'progress'
         };