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.js8
1 files changed, 8 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..ad8316368
--- /dev/null
+++ b/js/yui3/uploader/uploader-min.js
@@ -0,0 +1,8 @@
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 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.17.2",{requires:["uploader-html5","uploader-flash"]});