Should not have unused variables JS-0128
Bug risk
Major
3 months ago3 years old
'search' is assigned a value but never used
10315            e.metaKey ||
10316            (!hasFocus && e.keyCode > 47 && e.keyCode < 112 && $field.focus())
10317    })
10318  })((search = typedoc.search || (typedoc.search = {})))10319})(typedoc || (typedoc = {})),
10320(function (typedoc) {
10321  function noTransition ($el, callback) {
'newValue' is defined but never used
 9965      }),
 9966      (FilterItemCheckbox.prototype.handleValueChange = function (
 9967        oldValue,
 9968        newValue 9969      ) {
 9970        this.$checkbox.prop('checked', this.value),
 9971        typedoc.$html.toggleClass(
'oldValue' is defined but never used
 9964        })
 9965      }),
 9966      (FilterItemCheckbox.prototype.handleValueChange = function (
 9967        oldValue, 9968        newValue
 9969      ) {
 9970        this.$checkbox.prop('checked', this.value),
'e' is defined but never used
 9917        typedoc.hasPointerMoved = Math.sqrt(x * x + y * y) > 10
 9918      }
 9919    })
 9920    .on(typedoc.pointerUp, function (e) { 9921      typedoc.isPointerDown = !1
 9922    })
 9923    .on('click', function (e) {
't' is defined but never used
 8040    route: function (t, e) {
 8041      this.handlers.unshift({ route: t, callback: e })
 8042    },
 8043    checkUrl: function (t) { 8044      let e = this.getFragment()
 8045      if (
 8046        (e === this.fragment &&