X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/desktop/js/Module.js diff --git a/examples/desktop/js/Module.js b/examples/desktop/js/Module.js index 6781c918..a22a52b4 100644 --- a/examples/desktop/js/Module.js +++ b/examples/desktop/js/Module.js @@ -1,17 +1,15 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://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 JS Library 3.3.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 }); \ No newline at end of file