]> source.dussan.org Git - jquery.git/commitdiff
Leave out the web site, you know where to find us.
authorDave Methvin <dave.methvin@gmail.com>
Fri, 11 Jan 2013 21:59:24 +0000 (16:59 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 11 Jan 2013 21:59:24 +0000 (16:59 -0500)
Gruntfile.js

index 7a35c6fdafaf5f75a671ac4a8a6d83172601790e..b626f9e0cdfefbbf993c4559425648d8803b3a6b 100644 (file)
@@ -96,7 +96,7 @@ module.exports = function( grunt ) {
                                        "dist/jquery.min.js": [ "dist/jquery.js" ]
                                },
                                options: {
-                                       banner: "/*! jQuery v<%= pkg.version %> jquery.com  | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */",
+                                       banner: "/*! jQuery v<%= pkg.version %> | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */",
                                        sourceMap: "dist/jquery.min.map",
                                        beautify: {
                                                ascii_only: true