chore: Prettified Code
[ci skip]
This commit is contained in:
parent
5383581f8f
commit
4d9bccebd0
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ const CiderFrontAPI = {
|
|||
MenuEntry: function () {
|
||||
this.id = "";
|
||||
this.name = "";
|
||||
this.onClick = () => { };
|
||||
this.top = false
|
||||
this.onClick = () => {};
|
||||
this.top = false;
|
||||
},
|
||||
},
|
||||
AddMenuEntry(entry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue