style: Alphabetically sort keys in contextMenus

This commit is contained in:
Rob Wu 2018-06-05 15:19:34 +02:00 committed by Luca Greco
parent 1981c59d94
commit fc25bd3e4c
1 changed files with 4 additions and 4 deletions

View File

@ -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": {