-
5 May 2012 8:55 AM #1
stores are synchronously loaded in app.js
stores are synchronously loaded in app.js
In this code:
I get a warning telling me that the store is synchronously required:Code:Ext.application({ name: 'MyApp, autoCreateViewport: true, stores: ['multimedia.Computer'] });
[Ext.Loader] Synchronously loading 'MyApp.store.multimedia.Computer'; consider adding Ext.require('MyApp.store.multimedia.Computer') above Ext.onReady
Could this be fixed?
-
5 May 2012 9:02 PM #2
Not really possible to say without seeing a full test case, but it's likely an ordering thing. For example your controller may be creating a view which is using that store before it gets required by the application.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote