aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index d03acdca9..7827961da 100644
--- a/grunt.js
+++ b/grunt.js
@@ -343,7 +343,7 @@ grunt.initConfig({
options: extend({
browser: true,
jquery: true,
- // TODO: this is only for document.write()
+ // TODO: this is only for document.write() https://github.com/jshint/jshint/issues/519
evil: true
}, defaults ),
// TODO: don't create so many globals in tests