Skip to content

Commit

Permalink
Removing last comma in prop list (some IEs breaks on this). Kudos @da…
Browse files Browse the repository at this point in the history
  • Loading branch information
David Palm committed Feb 7, 2011
1 parent d4ec095 commit 59734f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fileuploader.js
Expand Up @@ -957,7 +957,7 @@ qq.UploadHandlerAbstract.prototype = {
},
_onAllComplete: function(){
this._options.onAllComplete(this._completed_files);
},
}
};

/**
Expand Down

0 comments on commit 59734f2

Please sign in to comment.