Roo/bootstrap/NavProgressItem.js
authoredward <edward@roojs.com>
Thu, 10 Mar 2016 07:52:44 +0000 (15:52 +0800)
committeredward <edward@roojs.com>
Thu, 10 Mar 2016 07:52:44 +0000 (15:52 +0800)
Roo/bootstrap/NavProgressItem.js

index 406a016..76829d9 100644 (file)
@@ -84,6 +84,7 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
         this.iconEl = this.el.select('.roo-navigation-bar-item-icon', true).first();
         this.textEl = this.el.select('.roo-navigation-bar-item-text', true).first();
         
+        this.iconEl.on('click', this.onClick, this);
         
     }
 //