Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / examples / desktop / js / Module.js
index 6781c91..a22a52b 100644 (file)
@@ -1,17 +1,15 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-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 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