+ignore-tidy-filelength

This commit is contained in:
Manish Goregaokar 2021-04-12 13:18:36 -07:00
parent 942ed31c56
commit 5c2820b913

View file

@ -1,3 +1,4 @@
// ignore-tidy-filelength
// Local js definitions:
/* global addClass, getSettingValue, hasClass */
/* global onEach, onEachLazy, hasOwnProperty, removeClass, updateLocalStorage */
@ -2574,7 +2575,7 @@ function hideThemeButtonState() {
var toggle = createSimpleToggle(false);
var hideMethodDocs = getSettingValue("auto-hide-method-docs") === "true";
var hideImplementors = getSettingValue("auto-collapse-implementors") !== "false";
let hideLargeItemContents = getSettingValue("auto-hide-large-items") !== "false";
var hideLargeItemContents = getSettingValue("auto-hide-large-items") !== "false";
var func = function(e) {
var next = e.nextElementSibling;