Roo/bootstrap/NavSidebarItem.js
authoredward <edward@roojs.com>
Mon, 21 Mar 2016 05:35:20 +0000 (13:35 +0800)
committeredward <edward@roojs.com>
Mon, 21 Mar 2016 05:35:20 +0000 (13:35 +0800)
Roo/bootstrap/NavSidebarItem.js

index 9240d64..067526d 100644 (file)
@@ -157,6 +157,11 @@ Roo.extend(Roo.bootstrap.NavSidebarItem, Roo.bootstrap.NavItem,  {
         this.el.removeClass('active');
         
         return;
+    },
+    
+    isActive: function () 
+    {
+        return this.active;
     }