source upload
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Ext.Ajax.useDefaultXhrHeader = false;
|
||||
Ext.Ajax.cors = true;
|
||||
|
||||
Ext.Loader.setConfig({
|
||||
enabled : true
|
||||
});
|
||||
|
||||
Ext.application({
|
||||
autoCreateViewport : true,
|
||||
name : 'ExtMVC',
|
||||
controllers : [
|
||||
'Contacts'
|
||||
]
|
||||
});
|
Reference in New Issue
Block a user