1
Fork 0

Add new eslint rule "space-before-function-paren"

This commit is contained in:
Guillaume Gomez 2022-05-25 13:55:09 +02:00
parent 231b47b2b9
commit 6c7156d488
6 changed files with 8 additions and 7 deletions

View file

@ -63,7 +63,7 @@ function showMain() {
removeClass(document.getElementById(MAIN_ID), "hidden");
}
(function () {
(function() {
window.rootPath = getVar("root-path");
window.currentCrate = getVar("current-crate");
window.searchJS = resourcePath("search", ".js");
@ -929,7 +929,7 @@ function loadCss(cssFileName) {
searchState.setup();
}());
(function () {
(function() {
let reset_button_timeout = null;
window.copy_path = but => {