chore(): remove dead code

This commit is contained in:
Adam Bradley
2015-12-19 00:30:14 -06:00
parent 8590a479ca
commit 4f23e7e84c

View File

@ -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 = (_) => {};