fixed quotes

This commit is contained in:
FezVrasta 2014-10-05 08:57:23 +02:00
parent 04168b27a5
commit 30d93841c8

View File

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