Roo/bootstrap/Menu.js
authorEdward <edward@roojs.com>
Mon, 9 Jul 2018 06:08:32 +0000 (14:08 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Jul 2018 06:08:32 +0000 (14:08 +0800)
Roo/bootstrap/Menu.js

index ce5d68a..17b14d6 100644 (file)
@@ -407,7 +407,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
     clear : function()
     {
         this.getEl().dom.innerHTML = '';
-        this.menuItems.clear();
+        this.menuitems.clear();
     }
 });