Remove unnecessary braces
This commit is contained in:
parent
3e371f193a
commit
bfe1ad60c2
|
@ -298,7 +298,7 @@ function setupStylelintPopup(rules) {
|
||||||
contents.insertBefore(popup.codebox.display.wrapper, contents.firstElementChild);
|
contents.insertBefore(popup.codebox.display.wrapper, contents.firstElementChild);
|
||||||
popup.codebox.focus();
|
popup.codebox.focus();
|
||||||
popup.codebox.setValue(rules);
|
popup.codebox.setValue(rules);
|
||||||
onDOMscripted(loadJSON).then(() => { setJSONMode(popup.codebox); });
|
onDOMscripted(loadJSON).then(() => setJSONMode(popup.codebox));
|
||||||
setupStylelintSettingsEvents(popup);
|
setupStylelintSettingsEvents(popup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user