mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
refactor(ViewController): remove need for viewType property
This commit is contained in:
@ -68,11 +68,6 @@ export class ViewController {
|
||||
*/
|
||||
state: string = '';
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
viewType: string = '';
|
||||
|
||||
/**
|
||||
* @private
|
||||
* If this is currently the active view, then set to false
|
||||
|
Reference in New Issue
Block a user