diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-02 22:20:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-02 22:20:18 -0400 |
commit | ea4345db06222225f47d2ef9af6121d34e6e497e (patch) | |
tree | ca70214f23a19363fa5281a6c9c012f1af7e137e /grunt.js | |
parent | 639afa595465f6a1f61e080f2b671af4aac69b4a (diff) | |
download | jquery-ui-ea4345db06222225f47d2ef9af6121d34e6e497e.tar.gz jquery-ui-ea4345db06222225f47d2ef9af6121d34e6e497e.zip |
Grunt: Removed newcap option from jshint task.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -285,7 +285,6 @@ grunt.initConfig({ eqeqeq: true, expr: true, latedef: true, - newcap: true, noarg: true, onevar: true, // TODO: limit to multi-line comments https://github.com/jshint/jshint/issues/503 |