X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/examples/desktop/js/Module.js diff --git a/examples/desktop/js/Module.js b/examples/desktop/js/Module.js index 3e2b4476..a79bc37a 100644 --- a/examples/desktop/js/Module.js +++ b/examples/desktop/js/Module.js @@ -1,15 +1,15 @@ /*! - * Ext JS Library 3.1.1 - * Copyright(c) 2006-2010 Ext JS, LLC + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ -Ext.app.Module = function(config){ - Ext.apply(this, config); - Ext.app.Module.superclass.constructor.call(this); - this.init(); -} - -Ext.extend(Ext.app.Module, Ext.util.Observable, { - init : Ext.emptyFn +Ext.app.Module = function(config){ + Ext.apply(this, config); + Ext.app.Module.superclass.constructor.call(this); + this.init(); +} + +Ext.extend(Ext.app.Module, Ext.util.Observable, { + init : Ext.emptyFn }); \ No newline at end of file