Grunt: Removed newcap option from jshint task.

This commit is contained in:
Scott González 2012-04-02 22:20:18 -04:00
parent 639afa5954
commit ea4345db06

View File

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