Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / Module.html
diff --git a/docs/source/Module.html b/docs/source/Module.html
deleted file mode 100644 (file)
index b12bfa1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
-    <pre class="prettyprint lang-js">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
-});</pre>    \r
-</body>\r
-</html>
\ No newline at end of file