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

@@ -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) {