Skip to content

Commit ec5a222

Browse files
committed
modify the comments in core.js
1 parent 8e6d15b commit ec5a222

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
@@ -3,7 +3,8 @@
33
*/
44
var CryptoJS = CryptoJS || (function (Math, undefined) {
55
/*
6-
* Local polyfil of Object.create
6+
* Local polyfill of Object.create
7+
78
*/
89
var create = Object.create || (function () {
910
function F() {}

0 commit comments

Comments
 (0)