johnnywengluu
3 Nov 2011, 8:38 AM
In my app declaration file I have:
stores: ["DepartmentStore"]
I get this in the console:
Synchronously loading 'App.store.DepartmentStore'; consider adding Ext.require('App.store.DepartmentStore') above Ext.onReady
Shouldn't stores[] load it asynchronously just like controllers[]?
stores: ["DepartmentStore"]
I get this in the console:
Synchronously loading 'App.store.DepartmentStore'; consider adding Ext.require('App.store.DepartmentStore') above Ext.onReady
Shouldn't stores[] load it asynchronously just like controllers[]?