From 5d44b80d9cdab808b8e9750d386fa9a659020a71 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Fri, 21 Mar 2014 17:26:01 +0100 Subject: [PATCH] Add the uses keyword to the App class. --- static/plugin_dbui/src/App.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 1af9633a..88220358 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -4,6 +4,12 @@ Ext.define('App', { singleton: true, + uses: ['Ext.data.ArrayStore', + 'Ext.data.DirectStore', + 'Ext.data.JsonPStore', + 'Ext.data.JsonStore', + 'App.data.DirectStore', + 'Ext.data.XmlStore'], /** * The version of the plugin -- GitLab