Skip to content

Commit 1cb8deb

Browse files
committed
Fix for error when logging circular refs, support for multi-arg console.log
Fixes #133
1 parent f3d846b commit 1cb8deb

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"unused": true,
1616
"predef": [
1717
"require",
18-
"global"
18+
"global",
19+
"window"
1920
]
2021
}

0 commit comments

Comments
 (0)