Skip to content

Commit 8623234

Browse files
committed
Fix syntax typo.
1 parent 7e2710a commit 8623234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var CryptoJS = CryptoJS || (function (Math, undefined) {
319319
var words = [];
320320

321321
for (var i = 0; i < nBytes; i += 4) {
322-
words.push((cryptoSecureRandomInt());
322+
words.push(cryptoSecureRandomInt());
323323
}
324324

325325
return new WordArray.init(words, nBytes);

0 commit comments

Comments
 (0)