Skip to content

Commit

Permalink
fix(menu-controller): _getInstance() is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 19, 2018
1 parent 02e7837 commit 723296e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/components/menu-controller/menu-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ export class MenuController implements MenuControllerI {
this.menuAnimations.set(name, animation);
}

/**
* @internal
*/
@Method()
_getInstance(): Promise<MenuControllerI> {
return Promise.resolve(this);
Expand Down

0 comments on commit 723296e

Please sign in to comment.