fix method declaration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-06-01 16:01:01 +02:00 committed by Morris Jobke
parent 1e0761c6b8
commit 7ad0a43cc1
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 2 additions and 2 deletions

View File

@ -297,10 +297,10 @@
toggleHideAvailableUpdates: function() { toggleHideAvailableUpdates: function() {
this.hideAvailableUpdates = !this.hideAvailableUpdates; this.hideAvailableUpdates = !this.hideAvailableUpdates;
}, },
toggleMenu() { toggleMenu: function() {
this.openedWhatsNew = !this.openedWhatsNew; this.openedWhatsNew = !this.openedWhatsNew;
}, },
hideMenu() { hideMenu: function() {
this.openedWhatsNew = false; this.openedWhatsNew = false;
}, },
}, },