This commit is contained in:
Jesse MacFadyen
2014-12-05 12:28:49 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ module.exports = {
upload: function(win, fail, args) {
var filePath = args[0],
server = args[1],
fileKey = args[9],
fileKey = args[2],
fileName = args[3],
mimeType = args[4],
params = args[5],
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = {
upload: function(successCallback, errorCallback, args) {
var filePath = args[0],
server = args[1],
fileKey = args[9],
fileKey = args[2],
fileName = args[3],
mimeType = args[4],
params = args[5],