mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
refactor(ViewController): remove need for viewType property
This commit is contained in:
@ -26,7 +26,6 @@ export class Picker extends ViewController {
|
||||
opts.enableBackdropDismiss = isPresent(opts.enableBackdropDismiss) ? !!opts.enableBackdropDismiss : true;
|
||||
|
||||
super(PickerDisplayCmp, opts);
|
||||
this.viewType = 'picker';
|
||||
this.isOverlay = true;
|
||||
|
||||
this.ionChange = new EventEmitter();
|
||||
|
Reference in New Issue
Block a user