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

index 1640087..bac0ef6 100644 (file)
@@ -114,6 +114,10 @@ Roo.extend(Roo.bootstrap.NavProgressItem, Roo.bootstrap.Component,  {
         this.fireEvent('click', this, e);
     },
     
+    isActive: function () 
+    {
+        return this.active;
+    }