aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-19 20:34:53 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-19 20:34:53 -0400
commit82735366fab531ffd54dd597f69899509ff27653 (patch)
tree59a3a5e9bed35bf4ed1478fe9b0dd892e0156049 /grunt.js
parentd62d9d4eff764220be9696acc7ffe8bf0d24c570 (diff)
downloadjquery-ui-82735366fab531ffd54dd597f69899509ff27653.tar.gz
jquery-ui-82735366fab531ffd54dd597f69899509ff27653.zip
Grunt: Added link to JSHint issue.
Diffstat (limited to 'grunt.js')
-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