Hello,
Can anyone point me how to include de Ext.io source into my ST2 app?
I've been looking for how to do this, but there's no information.
Do I have to include the "deploy" dir into src directory? Or create a new src directory merging all the files?
I?ve the loader like this:
PHP Code:
Ext.Loader.setPath({ 'Ext': 'sdk/src', 'Ext.io': 'sdk/io/src'});
Is this correct?
Also when I include in my app.json the file "sencha-io-debug.js" I get this error:
Uncaught TypeError: Cannot read property 'Batch' of undefined
(sencha-io-debug.js line 2)
Thx.