fix lint errors

This commit is contained in:
ansuz 2017-06-07 10:13:51 +02:00
parent d25477e8c6
commit 2f851ab97e
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,8 @@ define([
'jquery',
'/customize/application_config.js',
'/common/cryptpad-common.js',
'/api/config',
'/customize/header.js',
], function ($, Config, Cryptpad, ApiConfig) {
], function ($, Config, Cryptpad) {
window.APP = {
Cryptpad: Cryptpad,

View File

@ -3,10 +3,9 @@ define([
'/common/cryptpad-common.js',
'/common/cryptget.js',
'/common/mergeDrive.js',
'/api/config',
'/bower_components/file-saver/FileSaver.min.js',
'/customize/header.js',
], function ($, Cryptpad, Crypt, Merge, ApiConfig) {
], function ($, Cryptpad, Crypt, Merge) {
var saveAs = window.saveAs;
var USERNAME_KEY = 'cryptpad.username';