From: Iskren Chernev Date: Sun, 12 Jul 2015 22:07:08 +0000 (-0700) Subject: Make jscs happy X-Git-Tag: 2.10.5~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4180b696e40fddf5f9d529e066a10c8b5a808c80;p=thirdparty%2Fmoment.git Make jscs happy --- 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';