Make jshint aware of node globals

redux
Arlo Breault 9 years ago
parent 7a94f97b46
commit f4d2357609

@ -10,6 +10,7 @@
"loopfunc": true,
"newcap": false,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"trailing": true,

@ -1,3 +1,5 @@
/* jshint node:false */
$("#run").click(function() {
/* Results Table Manipulation */

Loading…
Cancel
Save