Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / docs / source / ext-base-point.html
diff --git a/docs/source/ext-base-point.html b/docs/source/ext-base-point.html
deleted file mode 100644 (file)
index 427c0a1..0000000
+++ /dev/null
@@ -1,21 +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.lib.Point = function(x, y) {\r
-        if (Ext.isArray(x)) {\r
-            y = x[1];\r
-            x = x[0];\r
-        }\r
-        var me = this;\r
-        me.x = me.right = me.left = me[0] = x;\r
-        me.y = me.top = me.bottom = me[1] = y;\r
-    };\r
-\r
-    Ext.lib.Point.prototype = new Ext.lib.Region();\r
-</pre>    \r
-</body>\r
-</html>
\ No newline at end of file