]> 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>
Mon, 8 Apr 2013 18:44:24 +0000 (14:44 -0400)
Gruntfile.js
build/tasks/build.js
build/tasks/testswarm.js

index fae88635c6dc0b8df1eb03f5b5569747e94005d4..24f84b715bd2c73f00879623be6e9bfdbd76b088 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 01fb178f970f5fbb33c2370fbb1babfeae374999..e204936cfb0a0d0814675d6afd7d9a38dca4ba7a 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