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,