lint errors

This commit is contained in:
Caleb James DeLisle
2017-10-18 12:25:13 +03:00
parent a149152f11
commit 9e4c48f537
3 changed files with 3 additions and 5 deletions

View File

@@ -4,10 +4,7 @@ define([
'/common/themes.js',
'/common/cryptpad-common.js',
'/bower_components/textpatcher/TextPatcher.js',
'/bower_components/file-saver/FileSaver.min.js'
], function ($, Modes, Themes, Cryptpad, TextPatcher) {
var saveAs = window.saveAs;
var module = {};
var cursorToPos = function(cursor, oldText) {