From 661db129b282d2b9ea1de067957d71392893b97b Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 24 Nov 2017 10:32:58 +0100 Subject: [PATCH] lint compliance --- www/common/cryptget.js | 2 +- www/common/sframe-common-history.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/common/cryptget.js b/www/common/cryptget.js index 10a1ab1ee..ad59b89ae 100644 --- a/www/common/cryptget.js +++ b/www/common/cryptget.js @@ -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); diff --git a/www/common/sframe-common-history.js b/www/common/sframe-common-history.js index 02ccce93e..58a30782b 100644 --- a/www/common/sframe-common-history.js +++ b/www/common/sframe-common-history.js @@ -4,8 +4,8 @@ define([ //'/bower_components/chainpad-json-validator/json-ot.js', '/bower_components/chainpad/chainpad.dist.js', -], function ($, UI, JsonOT) { - var ChainPad = window.ChainPad; +], function ($, UI, ChainPad /* JsonOT */) { + //var ChainPad = window.ChainPad; var History = {}; var getStates = function (rt) {