Skip to content

Commit d376909

Browse files
committed
Comment cleanup.
1 parent e70e0be commit d376909

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

jquery.xhruploadqueue.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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
@@ -162,7 +162,7 @@
162162
};
163163

164164
/**
165-
* Enumeration of file errors
165+
* Enumeration of file errors.
166166
* @enum {String}
167167
*/
168168
$.fn.xhrUploadQueue.FileError = {
@@ -196,7 +196,6 @@
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
*/
@@ -370,7 +369,7 @@
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
*/
@@ -498,4 +497,4 @@
498497
event.preventDefault();
499498
}
500499

501-
}(jQuery));
500+
}(jQuery));

0 commit comments

Comments
 (0)