diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 20:34:53 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 20:34:53 -0400 |
commit | 82735366fab531ffd54dd597f69899509ff27653 (patch) | |
tree | 59a3a5e9bed35bf4ed1478fe9b0dd892e0156049 /grunt.js | |
parent | d62d9d4eff764220be9696acc7ffe8bf0d24c570 (diff) | |
download | jquery-ui-82735366fab531ffd54dd597f69899509ff27653.tar.gz jquery-ui-82735366fab531ffd54dd597f69899509ff27653.zip |
Grunt: Added link to JSHint issue.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |