Skip to content

Commit

Permalink
FineUploader#307 don't remove from files array after xhr upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Sep 8, 2012
1 parent 1c641aa commit 9f11815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
*.iml
Thumbs.db
!.gitignore
uploads/
*.ipr
1 change: 0 additions & 1 deletion client/fileuploader.js
Expand Up @@ -1469,7 +1469,6 @@ qq.extend(qq.UploadHandlerXhr.prototype, {
this._options.onComplete(id, name, {});
}

this._files[id] = null;
this._xhrs[id] = null;
this._dequeue(id);
},
Expand Down

0 comments on commit 9f11815

Please sign in to comment.