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

jslint

parent de24c705
......@@ -157,7 +157,7 @@
type: "POST",
url: REMOVE_URL,
headers: {
"Authorization": "Bearer " + that._access_token,
"Authorization": "Bearer " + this._access_token,
"Content-Type": "application/json"
},
data: JSON.stringify({"path": id})
......@@ -224,7 +224,8 @@
"path": id + name,
"mode": "overwrite",
"autorename": true,
"mute": false})
"mute": false
})
},
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