Skip to content

Commit 6daa5d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/config/modularize.js

+1-1
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)