I am using rally app builder, and App-debug.html to run the app externally. I defined a data store in a separate js file. How can I make App.js access the store? I am getting an error that store is not defined.
How to break up a custom app into multiple js files
146 views Asked by JPKole At
1
Here is an example. Each file has a class defined with
Ext.define()
.App.js:
MyStore.js:
config.json: