Skip to content

Commit

Permalink
Comment cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Jul 17, 2012
1 parent e70e0be commit d376909
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jquery.xhruploadqueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
return this;
}

// extended options
// extend options
var options = $.extend({}, $.fn.xhrUploadQueue.defaults, opts);

// test for FilesAPI and XHR2 support
Expand Down Expand Up @@ -162,7 +162,7 @@
};

/**
* Enumeration of file errors
* Enumeration of file errors.
* @enum {String}
*/
$.fn.xhrUploadQueue.FileError = {
Expand Down Expand Up @@ -196,7 +196,6 @@

/**
* Adds one or more files to the queue.
* @method addFiles
* @public
* @param {File} files The FilesAPI Files to add to the queue.
*/
Expand Down Expand Up @@ -370,7 +369,7 @@
* @private
* @constructor
* @this {FileUpload}
* @param {Object} file FilesAPI File object
* @param {Object} file FilesAPI File object to use.
* @param {FileQueue} myQueue FileQueue that this file belongs to.
* @param {Function} doneCallback Callback to execute when the upload finishes.
*/
Expand Down Expand Up @@ -498,4 +497,4 @@
event.preventDefault();
}

}(jQuery));
}(jQuery));

0 comments on commit d376909

Please sign in to comment.