Grunt: Added link to JSHint issue.

This commit is contained in:
Scott González 2012-04-19 20:34:53 -04:00
parent d62d9d4eff
commit 82735366fa

View File

@ -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