diff -r d334a616c023 -r e16a97fb364a src/cm/media/js/lib/yui/yui3-3.15.0/build/uploader/uploader.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui3-3.15.0/build/uploader/uploader.js Mon Mar 10 15:19:48 2014 +0100 @@ -0,0 +1,53 @@ +YUI.add('uploader', function (Y, NAME) { + +/** +* Provides UI for selecting multiple files and functionality for +* uploading multiple files to the server with support for either +* html5 or Flash transport mechanisms, automatic queue management, +* upload progress monitoring, and error events. +* @module uploader +* @main uploader +* @since 3.5.0 +*/ + +/** +* `Y.Uploader` serves as an alias for either `Y.UploaderFlash` +* or `Y.UploaderHTML5`, depending on the feature set available +* in a specific browser. If neither HTML5 nor Flash transport layers are available, `Y.Uploader.TYPE` +* static property is set to `"none"`. +* +* @class Uploader +*/ + +/** +* The static property reflecting the type of uploader that `Y.Uploader` +* aliases. The possible values are: +*