Skip to content

Commit

Permalink
Changed some documentation items.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed May 26, 2010
1 parent bd55e9d commit c4811e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/plupload.js
Expand Up @@ -1090,15 +1090,15 @@
*
* @event FilesRemoved
* @param {plupload.Uploader} uploader Uploader instance sending the event.
* @param {plupload.File} file File that is currently being uploaded.
* @param {Array} files Array of files that got removed.
*/

/**
* Fires while when the user selects files to upload.
*
* @event FilesAdded
* @param {plupload.Uploader} uploader Uploader instance sending the event.
* @param {Array} files Array of file objects that was selected.
* @param {Array} files Array of file objects that was added to queue/selected by the user.
*/

/**
Expand Down

0 comments on commit c4811e0

Please sign in to comment.