lint compliance

This commit is contained in:
ansuz
2017-11-24 10:32:58 +01:00
parent 80978377f2
commit 661db129b2
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ define([
'/common/common-hash.js',
'/common/common-realtime.js',
//'/bower_components/textpatcher/TextPatcher.js'
], function (Crypto, CPNetflux, /* Cryptpad,*/ Util, Hash, Realtime) {
], function (Crypto, CPNetflux, Cryptpad, Util, Hash, Realtime) {
var finish = function (S, err, doc) {
if (S.done) { return; }
S.cb(err, doc);