Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-config.html
1 <html>\r
2 <head>\r
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
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">Ext.BLANK_IMAGE_URL = 'images/s.gif';\r
9 \r
10 tx = {data:{}, ui: {}};\r
11 \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
15 }\r
16 \r
17 function fixDateMember(o, name){\r
18         if(o[name]){\r
19                 o[name] = new Date(o[name].getTime());\r
20         }\r
21 }\r
22 \r
23 </pre>    \r
24 </body>\r
25 </html>