willtheorangeguy / Note-Style-Guide

Local variable name shadows variable in outer scope JS-0123
Bug risk
Minor
5 months ago2 years old
'n' is already declared in the upper scope on line 11855 column 23
11852                  })),
11853                  (l.escKey = t(document, "keyup", function () {
11854                    var e = e || window.event,
11855                      n = (function (e, n) {11856                        return (
11857                          "undefined" != typeof getComputedStyle
11858                            ? getComputedStyle(e, null)
'n' is already declared in the upper scope on line 11760 column 12
11852                  })),
11853                  (l.escKey = t(document, "keyup", function () {
11854                    var e = e || window.event,
11855                      n = (function (e, n) {11856                        return (
11857                          "undefined" != typeof getComputedStyle
11858                            ? getComputedStyle(e, null)
'e' is already declared in the upper scope on line 11854 column 25
11852                  })),
11853                  (l.escKey = t(document, "keyup", function () {
11854                    var e = e || window.event,
11855                      n = (function (e, n) {11856                        return (
11857                          "undefined" != typeof getComputedStyle
11858                            ? getComputedStyle(e, null)
'e' is already declared in the upper scope on line 11759 column 13
11851                    g[0].focus();
11852                  })),
11853                  (l.escKey = t(document, "keyup", function () {
11854                    var e = e || window.event,11855                      n = (function (e, n) {
11856                        return (
11857                          "undefined" != typeof getComputedStyle
'r' is already declared in the upper scope on line 11813 column 11
11823        S = p.offsetWidth,
11824        w = b ? "opening" : "";
11825      (d.style.display = "block"),
11826        (function (u, r) {11827          e.animate.Toggle({
11828            element: p,
11829            property: "left",