Roo/bootstrap/NavProgressItem.js
authoredward <edward@roojs.com>
Tue, 15 Mar 2016 07:19:48 +0000 (15:19 +0800)
committeredward <edward@roojs.com>
Tue, 15 Mar 2016 07:19:48 +0000 (15:19 +0800)
Roo/bootstrap/NavProgressItem.js

index 78970df..a6610b3 100644 (file)
@@ -15,7 +15,6 @@
  * @cfg {String} html
  * @cfg {String} position (top|bottom) text position default bottom
  * @cfg {String} icon show icon instead of number
- * @cfg {Boolean} forceIcon (true|false) true to force show icon..
  * 
  * @constructor
  * Create a new NavProgressItem
@@ -44,7 +43,6 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
     html : '',
     position : 'bottom',
     icon : false,
-    forceIcon : false,
     
     getAutoCreate : function()
     {