Commit a50c31db authored by Tristan Cavelier's avatar Tristan Cavelier

davstorage.tests.js jslint fix

parent b46588d6
......@@ -26,6 +26,7 @@
function success(promise) {
return new RSVP.Promise(function (resolve, reject, notify) {
/*jslint unparam: true*/
promise.then(resolve, resolve, notify);
}, function () {
promise.cancel();
......
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