From 4180b696e40fddf5f9d529e066a10c8b5a808c80 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Sun, 12 Jul 2015 15:07:08 -0700 Subject: [PATCH] Make jscs happy --- tasks/qtest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/qtest.js b/tasks/qtest.js index a212087fb..ab925321b 100644 --- a/tasks/qtest.js +++ b/tasks/qtest.js @@ -12,7 +12,7 @@ module.exports = function (grunt) { var tests; - if (grunt.option("only") != null) { + if (grunt.option('only') != null) { tests = grunt.file.expand.apply(null, grunt.option('only').split(',').map(function (file) { if (file === 'moment') { return 'build/umd/test/moment/*.js'; -- 2.47.2