X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/ext-config.html diff --git a/docs/source/ext-config.html b/docs/source/ext-config.html new file mode 100644 index 00000000..a64c7769 --- /dev/null +++ b/docs/source/ext-config.html @@ -0,0 +1,25 @@ + + + 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