File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
33
return this ;
34
34
}
35
35
36
- // extended options
36
+ // extend options
37
37
var options = $ . extend ( { } , $ . fn . xhrUploadQueue . defaults , opts ) ;
38
38
39
39
// test for FilesAPI and XHR2 support
162
162
} ;
163
163
164
164
/**
165
- * Enumeration of file errors
165
+ * Enumeration of file errors.
166
166
* @enum {String}
167
167
*/
168
168
$ . fn . xhrUploadQueue . FileError = {
196
196
197
197
/**
198
198
* Adds one or more files to the queue.
199
- * @method addFiles
200
199
* @public
201
200
* @param {File } files The FilesAPI Files to add to the queue.
202
201
*/
370
369
* @private
371
370
* @constructor
372
371
* @this {FileUpload}
373
- * @param {Object } file FilesAPI File object
372
+ * @param {Object } file FilesAPI File object to use.
374
373
* @param {FileQueue } myQueue FileQueue that this file belongs to.
375
374
* @param {Function } doneCallback Callback to execute when the upload finishes.
376
375
*/
498
497
event . preventDefault ( ) ;
499
498
}
500
499
501
- } ( jQuery ) ) ;
500
+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments