X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/air/samples/tasks/js/ext-config.js diff --git a/air/samples/tasks/js/ext-config.js b/air/samples/tasks/js/ext-config.js deleted file mode 100644 index 2e2bf50b..00000000 --- a/air/samples/tasks/js/ext-config.js +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Ext JS Library 0.30 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -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()); - } -} -