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