3 <title>The source code</title>
\r
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js"> Ext.lib.Point = function(x, y) {
\r
9 if (Ext.isArray(x)) {
\r
14 me.x = me.right = me.left = me[0] = x;
\r
15 me.y = me.top = me.bottom = me[1] = y;
\r
18 Ext.lib.Point.prototype = new Ext.lib.Region();
\r