fix(menuType): fix typo in onDestroy

This commit is contained in:
Drew Rygh
2015-10-06 18:16:01 -05:00
parent 994fdc7084
commit 4d7025e4b9

View File

@ -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();