lint compliance

This commit is contained in:
ansuz 2018-07-11 11:35:44 +02:00
parent ca409e5eaa
commit 3fb6cb3d00

View File

@ -327,7 +327,7 @@ define([
if (framework.isReadOnly()) {
$container.addClass('cp-app-readonly');
} else {
framework.setFileImporter({}, function (content, file) {
framework.setFileImporter({}, function (content /*, file */) {
var parsed;
try { parsed = JSON.parse(content); }
catch (e) { return void console.error(e); }