Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
chore(merge): sync with develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Oct 3, 2014
1 parent 3570500 commit b852050
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/js/uploader.basic.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
}
},

addFiles: function(filesOrInputs, params, endpoint) {
var batchId = this._storedIds.length === 0 ? qq.getUniqueId() : this._currentBatchId;
addFiles: function(data, params, endpoint) {
this._maybeHandleIos8SafariWorkaround();
this._currentBatchId = batchId;

var processBlob = qq.bind(function(blob) {

var batchId = this._storedIds.length === 0 ? qq.getUniqueId() : this._currentBatchId,

processBlob = qq.bind(function(blob) {
this._handleNewFile({
blob: blob,
name: this._options.blobs.defaultName
Expand Down

0 comments on commit b852050

Please sign in to comment.