Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / 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 (file)
index 2e2bf50..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*\r
- * Ext JS Library 0.30\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-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