]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Change single quotes to double quotes.
authorScott González <scott.gonzalez@gmail.com>
Mon, 8 Apr 2013 18:43:37 +0000 (14:43 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 17 Apr 2013 19:24:54 +0000 (15:24 -0400)
(cherry picked from commit b8efbd6c07ebcab2f2165033fcea9ded1b9a07a2)

Gruntfile.js
build/tasks/build.js
build/tasks/testswarm.js

index eca9f3e5919ba8e2bcd8e83186b4489b1d779e62..8e468484a8a27451bba77fff7d9a9cca61788b95 100644 (file)
@@ -73,7 +73,7 @@ var
                },
                main: {
                        options: {
-                               keepSpecialComments: '*'
+                               keepSpecialComments: "*"
                        },
                        src: "dist/jquery-ui.css",
                        dest: "dist/jquery-ui.min.css"
index 978bee0048bb9c5839c3ed6eb0f128e5fd87309a..09243cfb691e91dc083e217dce72b4977f71217c 100644 (file)
@@ -140,7 +140,7 @@ grunt.registerMultiTask( "zip", "Create a zip file for release", function() {
                cmd: "zip",
                args: [ "-r", dest, this.data.src ],
                opts: {
-                       cwd: 'dist'
+                       cwd: "dist"
                }
        }, function( err ) {
                if ( err ) {
index 3361b7fa9d6f9027ecf245bde4dffa7444583300..55c261650a56bddb17f9dbf0b0566703add1d04c 100644 (file)
@@ -53,7 +53,7 @@ function submit( commit, runs, configFile, version, done ) {
        } )
        .addjob(
                {
-                       name: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+                       name: "jQuery UI " + version + "#<a href='https://github.com/jquery/jquery-ui/commit/" + commit + "'>" + commit.substr( 0, 10 ) + "</a>",
                        runs: runs,
                        runMax: config.runMax,
                        browserSets: config.browserSets