Skip to content

Commit

Permalink
querystring
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Dec 23, 2015
1 parent e5d311c commit f4780a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jslint.js
@@ -1,5 +1,5 @@
// jslint.js
// 2015-12-18
// 2015-12-22
// Copyright (c) 2015 Douglas Crockford (www.JSLint.com)

// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -173,7 +173,7 @@ var jslint = (function JSLint() {
maxlen: 10000,
node: [
'Buffer', 'clearImmediate', 'clearInterval', 'clearTimeout',
'console', 'exports', 'global', 'module', 'process',
'console', 'exports', 'global', 'module', 'process', 'querystring',
'require', 'setImmediate', 'setInterval', 'setTimeout',
'__dirname', '__filename'
],
Expand Down Expand Up @@ -4505,7 +4505,7 @@ var jslint = (function JSLint() {
}
return {
directives: directives,
edition: "2015-12-18",
edition: "2015-12-22",
functions: functions,
global: global,
id: "(JSLint)",
Expand Down

0 comments on commit f4780a7

Please sign in to comment.