Skip to content

Commit 1e821e2

Browse files
authored
Merge pull request brix#228 from pearson-g/develop
modify the comments in core.js
2 parents 793d65c + ec5a222 commit 1e821e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ var CryptoJS = CryptoJS || (function (Math, undefined) {
3131
};
3232

3333
/*
34-
* Local polyfil of Object.create
34+
* Local polyfill of Object.create
35+
3536
*/
3637
var create = Object.create || (function () {
3738
function F() {}

0 commit comments

Comments
 (0)