File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3333 return this ;
3434 }
3535
36- // extended options
36+ // extend options
3737 var options = $ . extend ( { } , $ . fn . xhrUploadQueue . defaults , opts ) ;
3838
3939 // test for FilesAPI and XHR2 support
162162 } ;
163163
164164 /**
165- * Enumeration of file errors
165+ * Enumeration of file errors.
166166 * @enum {String}
167167 */
168168 $ . fn . xhrUploadQueue . FileError = {
196196
197197 /**
198198 * Adds one or more files to the queue.
199- * @method addFiles
200199 * @public
201200 * @param {File } files The FilesAPI Files to add to the queue.
202201 */
370369 * @private
371370 * @constructor
372371 * @this {FileUpload}
373- * @param {Object } file FilesAPI File object
372+ * @param {Object } file FilesAPI File object to use.
374373 * @param {FileQueue } myQueue FileQueue that this file belongs to.
375374 * @param {Function } doneCallback Callback to execute when the upload finishes.
376375 */
498497 event . preventDefault ( ) ;
499498 }
500499
501- } ( jQuery ) ) ;
500+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments