jshint double-quotes error

This commit is contained in:
Nelson Omuto 2014-10-05 17:27:50 -04:00
parent 9eedd43970
commit f85271ca03

View File

@ -177,5 +177,5 @@ module.exports = function(grunt) {
]);
});
grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]);
grunt.registerTask("cibuild",["newer:jshint", "jasmine:scripts"]);
};