Fix lint errors

This commit is contained in:
yflory
2017-10-12 12:20:27 +02:00
parent 50090a3af6
commit 91381ca77d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
define([
//'/common/cryptpad-common.js',
'jquery',
'/bower_components/hyperjson/hyperjson.js',
'/bower_components/textpatcher/TextPatcher.js',
'/bower_components/diff-dom/diffDOM.js',
], function (Hyperjson, TextPatcher) {
], function ($, Hyperjson, TextPatcher) {
var DiffDOM = window.diffDOM;
var Example = {