/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 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){\r
- Ext.apply(this, config);\r
- Ext.app.Module.superclass.constructor.call(this);\r
- this.init();\r
-}\r
-\r
-Ext.extend(Ext.app.Module, Ext.util.Observable, {\r
- init : Ext.emptyFn\r
+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