mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(menuType): fix typo in onDestroy
This commit is contained in:
@ -66,7 +66,7 @@ export class MenuType {
|
|||||||
return promise;
|
return promise;
|
||||||
}
|
}
|
||||||
|
|
||||||
onDestory() {
|
onDestroy() {
|
||||||
this.open && this.open.dispose();
|
this.open && this.open.dispose();
|
||||||
this.close && this.close.dispose();
|
this.close && this.close.dispose();
|
||||||
this.seek && this.seek.dispose();
|
this.seek && this.seek.dispose();
|
||||||
|
Reference in New Issue
Block a user