From e7758a61540d2a000a945f18d9b0df70d9e54d8e Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Sun, 5 Oct 2014 08:57:23 +0200 Subject: [PATCH] fixed quotes --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f9507014..bb59179d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -177,5 +177,5 @@ module.exports = function(grunt) { ]); }); - grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]); + grunt.registerTask("cibuild",["newer:jshint", "jasmine:scripts"]); };