X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/ext-config.html diff --git a/docs/source/ext-config.html b/docs/source/ext-config.html deleted file mode 100644 index a64c7769..00000000 --- a/docs/source/ext-config.html +++ /dev/null @@ -1,25 +0,0 @@ - - - The source code - - - - -
Ext.BLANK_IMAGE_URL = 'images/s.gif';
-
-tx = {data:{}, ui: {}};
-
-// work around for broken cross frame Dates in Safari
-function fixDate(d){
-	return d ? new Date(d.getTime()) : d;
-}
-
-function fixDateMember(o, name){
-	if(o[name]){
-		o[name] = new Date(o[name].getTime());
-	}
-}
-
-
- - \ No newline at end of file