Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / app / store / History.js
diff --git a/docs/app/store/History.js b/docs/app/store/History.js
deleted file mode 100644 (file)
index 9288a78..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * History Store
- */
-Ext.define('Docs.store.History', {
-    extend: 'Ext.data.Store',
-    model: 'Docs.model.History',
-    // Sort history with latest on top
-    sorters: [
-        { property: 'id', direction: 'DESC' }
-    ]
-});