Found the usage of undeclared variables JS-0125
Bug risk
Major
4 months ago3 years old
10522      }),
10523      Toggle
10524    )
10525  })(Backbone.View)10526  typedoc.registerComponent(Toggle, 'a[data-toggle]')
10527})(typedoc || (typedoc = {})),
10528(function (typedoc) {
'$' is not defined To fix this, add jquery in environment array of .deepsource.toml. Read more in our documentation https://deepsource.io/docs/analyzer/javascript
10505      (Toggle.prototype.onDocumentPointerUp = function (e) {
10506        const _this = this
10507        if (!typedoc.hasPointerMoved && this.active) {
10508          const $path = $(e.target).parents().addBack()10509          if ($path.hasClass('col-menu')) {
10510            const $link = $path.filter('a')
10511            if ($link.length) {
'$' is not defined To fix this, add jquery in environment array of .deepsource.toml. Read more in our documentation https://deepsource.io/docs/analyzer/javascript
10496      }),
10497      (Toggle.prototype.onDocumentPointerDown = function (e) {
10498        if (this.active) {
10499          const $path = $(e.target).parents().addBack()10500          if ($path.hasClass('col-menu')) return
10501          if ($path.hasClass('tsd-filter-group')) return
10502          this.setActive(!1)
10451      }),
10452      Signature
10453    )
10454  })(Backbone.View)10455  typedoc.registerComponent(Signature, '.tsd-signatures')
10456})(typedoc || (typedoc = {})),
10457(function (typedoc) {
10445      }),
10446      (Signature.prototype.onClick = function (e) {
10447        const _this = this
10448        _(this.groups).forEach(function (group, index) {10449          group.$signature.is(e.currentTarget) && _this.setIndex(index)
10450        })
10451      }),