Commit 9ee199f8 authored by Tristan Cavelier's avatar Tristan Cavelier

davstorage.tests.js jslint fix

parent e2f5e234
......@@ -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