style: Alphabetically sort keys in contextMenus
This commit is contained in:
parent
1981c59d94
commit
fc25bd3e4c
|
@ -168,10 +168,6 @@
|
|||
}
|
||||
},
|
||||
"contextMenus": {
|
||||
"update": {
|
||||
"minArgs": 2,
|
||||
"maxArgs": 2
|
||||
},
|
||||
"remove": {
|
||||
"minArgs": 1,
|
||||
"maxArgs": 1
|
||||
|
@ -179,6 +175,10 @@
|
|||
"removeAll": {
|
||||
"minArgs": 0,
|
||||
"maxArgs": 0
|
||||
},
|
||||
"update": {
|
||||
"minArgs": 2,
|
||||
"maxArgs": 2
|
||||
}
|
||||
},
|
||||
"cookies": {
|
||||
|
|
Loading…
Reference in New Issue