lint compliance
This commit is contained in:
parent
ca409e5eaa
commit
3fb6cb3d00
@ -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); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user