diff --git a/.jshintrc b/.jshintrc index 0fdd54e..63f0fe6 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,6 +10,7 @@ "loopfunc": true, "newcap": false, "noarg": true, + "node": true, "noempty": true, "nonew": true, "trailing": true, diff --git a/benchmark/index.js b/benchmark/index.js index aded7a9..8240d8b 100644 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -1,3 +1,5 @@ +/* jshint node:false */ + $("#run").click(function() { /* Results Table Manipulation */