Skip to content

Commit

Permalink
Update src/javascript/plupload.js
Browse files Browse the repository at this point in the history
getFile to getMyFile
  • Loading branch information
vingrad committed Aug 6, 2012
1 parent 9891834 commit 2368774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/plupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -1303,11 +1303,11 @@
/**
* Returns the specified file object by id.
*
* @method getFile
* @method getMyFile
* @param {String} id File id to look for.
* @return {plupload.File} File object or undefined if it wasn't found;
*/
getFile : function(id) {
getMyFile : function(id) {
var i;

for (i = files.length - 1; i >= 0; i--) {
Expand Down

0 comments on commit 2368774

Please sign in to comment.