Add new eslint rule "space-before-function-paren"
This commit is contained in:
parent
231b47b2b9
commit
6c7156d488
6 changed files with 8 additions and 7 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue