Skip to content

Commit

Permalink
removed Ext.onReady
Browse files Browse the repository at this point in the history
  • Loading branch information
angelcolmenares committed Apr 11, 2012
1 parent 45d3df3 commit b433527
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/AuthDemo.Host.Web/WebApp/modules/author/app.js
@@ -1,5 +1,4 @@
Ext.require(['*']);
Ext.onReady(function() {

Ext.create('Ext.form.Panel', {
frame: true,
Expand Down Expand Up @@ -34,7 +33,6 @@ Ext.onReady(function() {
}
});

});

// {"ResponseStatus":{"ErrorCode":"Invalid UserName or
// Password","Message":"Invalid UserName or Password","Errors":[]}}
Expand Down
3 changes: 0 additions & 3 deletions src/AuthDemo.Host.Web/WebApp/modules/city/app.js
@@ -1,8 +1,6 @@
Ext.Loader.setConfig({enabled: true});
Ext.Loader.setPath('AD', '../app');
Ext.require([ 'Ext.tip.*']);

Ext.onReady(function(){

Ext.QuickTips.init();

Expand Down Expand Up @@ -56,4 +54,3 @@ Ext.onReady(function(){

});

});
2 changes: 0 additions & 2 deletions src/AuthDemo.Host.Web/WebApp/modules/company/app.js
Expand Up @@ -2,7 +2,6 @@ Ext.Loader.setConfig({enabled: true});
Ext.Loader.setPath('AD', '../app');
Ext.require(['Ext.tip.*']);

Ext.onReady(function(){

Ext.QuickTips.init();

Expand Down Expand Up @@ -43,4 +42,3 @@ Ext.onReady(function(){

});

});
3 changes: 0 additions & 3 deletions src/AuthDemo.Host.Web/WebApp/modules/country/app.js
Expand Up @@ -2,8 +2,6 @@ Ext.Loader.setConfig({enabled: true});
Ext.Loader.setPath('AD', '../app');
Ext.require([ 'Ext.tip.*']);

Ext.onReady(function(){

Ext.QuickTips.init();

Ext.application({
Expand Down Expand Up @@ -57,4 +55,3 @@ Ext.onReady(function(){

});

});

0 comments on commit b433527

Please sign in to comment.