Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
bind() {
this.myMdcMenu = new MDCMenu(this.menuElement);
}
bind() {
this.myMdcMenu = new MDCMenu(this.menuElement);
}
MdcMenu.prototype.bind = function bind() {
this.myMdcMenu = new _mdcMenu.MDCMenu(this.menuElement);
};
_proto.bind = function bind() {
this.myMdcMenu = new _mdcMenu.MDCMenu(this.menuElement);
};