lint compliance
parent
80978377f2
commit
661db129b2
|
@ -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);
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue