]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Make jscs happy
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 12 Jul 2015 22:07:08 +0000 (15:07 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 13 Jul 2015 00:42:10 +0000 (17:42 -0700)
tasks/qtest.js

index a212087fb02a7ab62eb9abef6953dd16bcfa4bc6..ab925321bfe2d6aefa76d6da1b806ec9d8bb1aa4 100644 (file)
@@ -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';