-
3 Nov 2011 8:38 AM #1
stores[] is using synchronous loading
stores[] is using synchronous loading
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[]?
-
3 Nov 2011 8:57 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
I tend to agree, we will check into it.
-
22 Jan 2012 12:09 PM #3Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
This is fixed as of PR4, which will be shipping shortly
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-970
in
2.0.


Reply With Quote