lint compliance

This commit is contained in:
ansuz
2017-07-17 14:12:30 +02:00
parent 2e0aa185cd
commit 756b561bbc
2 changed files with 8 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ define([
'jquery',
'/common/cryptpad-common.js',
'/bower_components/chainpad-listmap/chainpad-listmap.js',
'/common/curve.js',
//'/common/curve.js',
'less!/invite/main.less',
], function ($, Cryptpad, Listmap, Curve) {
], function ($, Cryptpad /*, Listmap, Curve*/) {
var Messages = Cryptpad.Messages;
var comingSoon = function () {
return $('<div>', {
@@ -21,6 +21,7 @@ define([
});
return;
/* jshint ignore:start */
var APP = window.APP = {};
//var Messages = Cryptpad.Messages;
@@ -99,4 +100,5 @@ define([
andThen();
});
});
/* jshint ignore:end */
});