Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / ux / grid / menu / ListMenu.js
index 7097a3f..73c1f79 100644 (file)
@@ -86,7 +86,7 @@ Ext.define('Ext.ux.grid.menu.ListMenu', {
 
     destroy : function () {
         if (this.store) {
-            this.store.destroy();
+            this.store.destroyStore();
         }
         this.callParent();
     },