willtheorangeguy / Note-Style-Guide

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
5 months ago2 years old
Documentation comment not found for function declaration o
11795      ? (e.addEventListener(n, o, !1), { element: e, handler: o, event: n })
11796      : (e.attachEvent("on" + n, a), { element: e, handler: a, event: n });
11797  }
11798  function o(e) {11799    e.element.removeEventListener
11800      ? e.element.removeEventListener(e.event, e.handler)
11801      : e.element.detachEvent("on" + e.event, e.handler);
Documentation comment not found for function declaration a
11783      var n = t.apply(this, arguments);
11784      return !1 === n && (e.stopPropagation(), e.preventDefault()), n;
11785    }
11786    function a() {11787      var n = t.call(e, window.event);
11788      return (
11789        !1 === n &&
Documentation comment not found for function declaration o
11779      })(e, l);
11780  }
11781  function t(e, n, t) {
11782    function o(e) {11783      var n = t.apply(this, arguments);
11784      return !1 === n && (e.stopPropagation(), e.preventDefault()), n;
11785    }
Documentation comment not found for function declaration t
11778          : (e.className = e.className + " " + n);
11779      })(e, l);
11780  }
11781  function t(e, n, t) {11782    function o(e) {
11783      var n = t.apply(this, arguments);
11784      return !1 === n && (e.stopPropagation(), e.preventDefault()), n;
Documentation comment not found for function declaration n
11757    eval("exports.default = AU"));
11758var AU = AU || {};
11759!(function (e) {
11760  function n(e, n, t, o) {11761    if ("opening" === n || "open" === n)
11762      var a = t || "au-main-nav__content--closed",
11763        l = o || "au-main-nav__content--open";