Skip to content

Commit 6daa5d0

Browse files
dqdq4197leo
authored andcommitted
Fix typo in CryptoJS.pad.Ansix923 Export Name
1 parent d5af3ae commit 6daa5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grunt/config/modularize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module.exports = {
211211
"components": ["core", "cipher-core", "pad-pkcs7"]
212212
},
213213
"pad-ansix923": {
214-
"exports": "CryptoJS.pad.Ansix923",
214+
"exports": "CryptoJS.pad.AnsiX923",
215215
"components": ["core", "cipher-core", "pad-ansix923"]
216216
},
217217
"pad-iso10126": {

0 commit comments

Comments
 (0)