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.mdcRadio = new MDCRadio(this.element);
}
MdcRadio.prototype.bind = function bind() {
this.mdcRadio = new _mdcRadio.MDCRadio(this.element);
};
bind() {
this.mdcRadio = new MDCRadio(this.element);
}
_proto.bind = function bind() {
this.mdcRadio = new _mdcRadio.MDCRadio(this.element);
};