Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / desktop / js / Module.js
index 3e2b447..a79bc37 100644 (file)
@@ -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){\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