Skip to content
Snippets Groups Projects
Commit 5d44b80d authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Add the uses keyword to the App class.

parent a2d2967e
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ ...@@ -4,6 +4,12 @@
Ext.define('App', { Ext.define('App', {
singleton: true, 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 * The version of the plugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment