Skip to content

Commit 395ecb2

Browse files
committed
Merge pull request #151 from shirish87/pr_circular_ref2
Logging circular refs, support for multi-arg console.log #148
2 parents f3d846b + 1cb8deb commit 395ecb2

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)