Search Type: Posts; User: 2p0thunder
Search: Search took 0.01 seconds.
-
6 Mar 2013 1:56 PM
- Replies
- 20
- Views
- 7,193
@arthurakay, the third option is what I used to solve my problem. I created a singleton object called Config like this
Ext.define('App.utils.Config', {
singleton: true,
... -
5 Feb 2013 3:25 AM
- Replies
- 2
- Views
- 276
docjah,
I just solved a similar problem with my app, except it was saying "string is not a function". However, I don't know what the cause for it was.
I resolved it by creating a new project... -
30 Oct 2012 5:32 AM
- Replies
- 20
- Views
- 7,193
I can confirm this behaviour, as I am currently having similar problem. I am loading a config.js file with microloader as specified in the app.json. However, the app, while in production mode,...
Results 1 to 3 of 3
