Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Alphabetize dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bamberg committed Feb 22, 2019
1 parent a9677ac commit 79e812a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions macros/GroupData.json
Original file line number Diff line number Diff line change
Expand Up @@ -1941,22 +1941,22 @@
"methods": [],
"properties": [ "Window.crypto" ],
"events": [],
"dictionaries": [ "RsaPssParams",
"RsaOaepParams",
"RsaHashedKeyGenParams",
"RsaHashedImportParams",
"EcdsaParams",
"dictionaries": [ "AesCbcParams",
"AesCtrParams",
"AesGcmParams",
"AesKeyGenParams",
"EcKeyGenParams",
"EcKeyImportParams",
"EcdhKeyDeriveParams",
"AesKeyGenParams",
"AesCtrParams",
"AesCbcParams",
"AesGcmParams",
"HmacKeyGenParams",
"HmacImportParams",
"EcdsaParams",
"HkdfParams",
"Pbkdf2Params" ]
"HmacImportParams",
"HmacKeyGenParams",
"Pbkdf2Params",
"RsaHashedImportParams",
"RsaHashedKeyGenParams",
"RsaOaepParams",
"RsaPssParams" ]
},
"WebGL": {
"overview": [ "WebGL API" ],
Expand Down

0 comments on commit 79e812a

Please sign in to comment.