fix method declaration
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
1e0761c6b8
commit
7ad0a43cc1
|
@ -297,10 +297,10 @@
|
|||
toggleHideAvailableUpdates: function() {
|
||||
this.hideAvailableUpdates = !this.hideAvailableUpdates;
|
||||
},
|
||||
toggleMenu() {
|
||||
toggleMenu: function() {
|
||||
this.openedWhatsNew = !this.openedWhatsNew;
|
||||
},
|
||||
hideMenu() {
|
||||
hideMenu: function() {
|
||||
this.openedWhatsNew = false;
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue