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.BLANK_IMAGE_URL = 'images/s.gif';
\r
10 tx = {data:{}, ui: {}};
\r
12 // work around for broken cross frame Dates in Safari
\r
13 function fixDate(d){
\r
14 return d ? new Date(d.getTime()) : d;
\r
17 function fixDateMember(o, name){
\r
19 o[name] = new Date(o[name].getTime());
\r