mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
chore(): remove dead code
This commit is contained in:
@ -142,7 +142,6 @@ export class RadioGroup {
|
|||||||
constructor(@Optional() ngControl: NgControl, private _renderer: Renderer, private _elementRef: ElementRef) {
|
constructor(@Optional() ngControl: NgControl, private _renderer: Renderer, private _elementRef: ElementRef) {
|
||||||
this.ngControl = ngControl;
|
this.ngControl = ngControl;
|
||||||
this.id = ++radioGroupIds;
|
this.id = ++radioGroupIds;
|
||||||
this.radioIds = -1;
|
|
||||||
this.onChange = (_) => {};
|
this.onChange = (_) => {};
|
||||||
this.onTouched = (_) => {};
|
this.onTouched = (_) => {};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user