Commit 08ce000e authored by Sven Franck's avatar Sven Franck

jslint

parent de24c705
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
type: "POST", type: "POST",
url: REMOVE_URL, url: REMOVE_URL,
headers: { headers: {
"Authorization": "Bearer " + that._access_token, "Authorization": "Bearer " + this._access_token,
"Content-Type": "application/json" "Content-Type": "application/json"
}, },
data: JSON.stringify({"path": id}) data: JSON.stringify({"path": id})
...@@ -224,7 +224,8 @@ ...@@ -224,7 +224,8 @@
"path": id + name, "path": id + name,
"mode": "overwrite", "mode": "overwrite",
"autorename": true, "autorename": true,
"mute": false}) "mute": false
})
}, },
data: blob data: blob
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment