jshint compliance

This commit is contained in:
ansuz
2017-05-18 14:55:16 +02:00
parent 3ba94a1ba2
commit d187945e94
3 changed files with 6 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ define([
};
exp.uploadCancel = function (cb) {
rpc.send('UPLOAD_CANCEL', void 0, function (e, res) {
rpc.send('UPLOAD_CANCEL', void 0, function (e) {
if (e) { return void cb(e); }
cb();
});