willtheorangeguy / willtheorangeguy.github.io

Local variable name shadows variable in outer scope JS-0123
Bug risk
Minor
5 months ago2 years old
'o' is already declared in the upper scope on line 24 column 12
4222        (t._jQueryInterface = function (e) {
4223          return this.each(function () {
4224            var n = i.default(this),
4225              o = n.data("bs.toast");4226            if (
4227              (o ||
4228                ((o = new t(this, typeof e == "object" && e)),
'n' is already declared in the upper scope on line 20 column 12
4221        }),
4222        (t._jQueryInterface = function (e) {
4223          return this.each(function () {
4224            var n = i.default(this),4225              o = n.data("bs.toast");
4226            if (
4227              (o ||
'e' is already declared in the upper scope on line 4136 column 11
4219        (e._clearTimeout = function () {
4220          clearTimeout(this._timeout), (this._timeout = null);
4221        }),
4222        (t._jQueryInterface = function (e) {4223          return this.each(function () {
4224            var n = i.default(this),
4225              o = n.data("bs.toast");
'n' is already declared in the upper scope on line 20 column 12
4210          if (
4211            (this._element.classList.remove("show"), this._config.animation)
4212          ) {
4213            var n = l.getTransitionDurationFromElement(this._element);4214            i.default(this._element)
4215              .one(l.TRANSITION_END, e)
4216              .emulateTransitionEnd(n);
'e' is already declared in the upper scope on line 4136 column 11
4203        }),
4204        (e._close = function () {
4205          var t = this,
4206            e = function () {4207              t._element.classList.add("hide"),
4208                i.default(t._element).trigger("hidden.bs.toast");
4209            };