Skip to content

Commit

Permalink
Implement for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rijs committed Mar 18, 2013
1 parent 56484a0 commit 0838103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resumable.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ var Resumable = function(opts){
});
return(totalSize>0 ? totalDone/totalSize : 0);
};
$.addFile = function(file){
appendFilesFromFileList([file]);
};
$.removeFile = function(file){
var files = [];
$h.each($.files, function(f,i){
Expand Down

0 comments on commit 0838103

Please sign in to comment.