Remove warning

pull/12/head
cagataycivici 2019-02-08 17:14:35 +03:00
parent 252711fcfc
commit 3292c502b8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default {
onMenuButtonClick() {
this.sidebarActive = !this.sidebarActive;
},
onMaskClick(event) {
onMaskClick() {
this.sidebarActive = false;
}
},