Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / ext-config.html
diff --git a/docs/source/ext-config.html b/docs/source/ext-config.html
deleted file mode 100644 (file)
index a64c776..0000000
+++ /dev/null
@@ -1,25 +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.BLANK_IMAGE_URL = 'images/s.gif';\r
-\r
-tx = {data:{}, ui: {}};\r
-\r
-// work around for broken cross frame Dates in Safari\r
-function fixDate(d){\r
-       return d ? new Date(d.getTime()) : d;\r
-}\r
-\r
-function fixDateMember(o, name){\r
-       if(o[name]){\r
-               o[name] = new Date(o[name].getTime());\r
-       }\r
-}\r
-\r
-</pre>    \r
-</body>\r
-</html>
\ No newline at end of file