summaryrefslogtreecommitdiffstats
path: root/js/yui3/uploader/uploader-min.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/uploader/uploader-min.js')
-rw-r--r--js/yui3/uploader/uploader-min.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/yui3/uploader/uploader-min.js b/js/yui3/uploader/uploader-min.js
new file mode 100644
index 000000000..60f04100a
--- /dev/null
+++ b/js/yui3/uploader/uploader-min.js
@@ -0,0 +1,7 @@
+/*
+YUI 3.7.3 (build 5687)
+Copyright 2012 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+YUI.add("uploader",function(e,t){var n=e.config.win;n&&n.File&&n.FormData&&n.XMLHttpRequest?e.Uploader=e.UploaderHTML5:e.SWFDetect.isFlashVersionAtLeast(10,0,45)?e.Uploader=e.UploaderFlash:(e.namespace("Uploader"),e.Uploader.TYPE="none")},"3.7.3",{requires:["uploader-html5","uploader-flash"]});