Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
if (outlineFactory === void 0) { outlineFactory = function (el) { return new MDCNotchedOutline(el); }; }
if (menuFactory === void 0) { menuFactory = function (el) { return new MDCMenu(el); }; }
if (outlineFactory === void 0) { outlineFactory = function (el) { return new MDCNotchedOutline(el); }; }
this.input_ = this.root_.querySelector(strings.INPUT_SELECTOR);
outlineFactory: MDCNotchedOutlineFactory = (el) => new MDCNotchedOutline(el),
) {
outlineFactory: MDCNotchedOutlineFactory = (el) => new MDCNotchedOutline(el),
menuFactory: MDCMenuFactory = (el) => new MDCMenu(el),