rsqw
20 Dec 2011, 3:47 PM
Hi,
In my application I have this code:
Ext.require(['CJ.core.extra.Application', 'CJ.core.config.utils']);
Ext.onReady(function() {
Ext.create("CJ.core.extra.Application", {
name: 'CJ',
appFolder: '/js/app',
controllers: [
//widgets
....
//modules
'CJ.modules....,
'CJ.modules......',
'CJ.modules.......',
'CJ.modules..........',
I've performed this
sencha create jsb -a http://giggster.loc -p ./app.jsb
sencha build -p app.jsb -d .
Unfortunately, I can't see this code:
Ext.create("CJ.core.extra.Application", {
name: 'CJ',
appFolder: '/js/app',
controllers: [
//widgets
....
//modules
'CJ.modules....,
'CJ.modules......',
'CJ.modules.......',
'CJ.modules..........',
in my all-classes and app-all files,
What's the problem? Is this is my bug?
In my application I have this code:
Ext.require(['CJ.core.extra.Application', 'CJ.core.config.utils']);
Ext.onReady(function() {
Ext.create("CJ.core.extra.Application", {
name: 'CJ',
appFolder: '/js/app',
controllers: [
//widgets
....
//modules
'CJ.modules....,
'CJ.modules......',
'CJ.modules.......',
'CJ.modules..........',
I've performed this
sencha create jsb -a http://giggster.loc -p ./app.jsb
sencha build -p app.jsb -d .
Unfortunately, I can't see this code:
Ext.create("CJ.core.extra.Application", {
name: 'CJ',
appFolder: '/js/app',
controllers: [
//widgets
....
//modules
'CJ.modules....,
'CJ.modules......',
'CJ.modules.......',
'CJ.modules..........',
in my all-classes and app-all files,
What's the problem? Is this is my bug?