8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
|
Ext.Loader.setConfig({
|
||
|
enabled: true,
|
||
|
disableCaching : false,
|
||
|
|
||
|
paths: {
|
||
|
'Common': '../../common/mobile/lib'
|
||
|
}
|
||
|
});
|