chore: Prettified Code

[ci skip]
This commit is contained in:
booploops 2022-09-23 07:43:42 +00:00 committed by cider-chore[bot]
parent 5383581f8f
commit 4d9bccebd0

View file

@ -3,8 +3,8 @@ const CiderFrontAPI = {
MenuEntry: function () {
this.id = "";
this.name = "";
this.onClick = () => { };
this.top = false
this.onClick = () => {};
this.top = false;
},
},
AddMenuEntry(entry) {