X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/app/store/History.js diff --git a/docs/app/store/History.js b/docs/app/store/History.js deleted file mode 100644 index 9288a781..00000000 --- a/docs/app/store/History.js +++ /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' } - ] -});