8000 [[FIX]] add URL for node in src/vars.js (#3570) · jshint/jshint@ca06e6a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit ca06e6a

Browse files
author
AJ ONeal
authored
[[FIX]] add URL for node in src/vars.js (#3570)
* bugfix: add URL for node in src/vars.js * fixup: add missing comma
1 parent 75e48b7 commit ca06e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vars.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@ exports.node = {
518518
setInterval : true,
519519
clearInterval : true,
520520
setImmediate : true, // v0.9.1+
521-
clearImmediate: true // v0.9.1+
521+
clearImmediate: true, // v0.9.1+
522+
URL : true // v6.13.0+
522523
};
523524

524525
exports.browserify = {

0 commit comments

Comments
 (0)
0