From 8cd68759352fbec0f1533ef4c491f4fe155c1904 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 3 Nov 2014 23:32:56 +0100 Subject: [PATCH] Build: Put "jQuery Compat" in banners in built files --- Gruntfile.js | 2 +- src/intro.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6ce131092..68d53f052 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,7 +135,7 @@ module.exports = function( grunt ) { beautify: { "ascii_only": true }, - banner: "/*! jQuery v<%= pkg.version %> | " + + banner: "/*! jQuery Compat v<%= pkg.version %> | " + "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + "jquery.org/license */", compress: { diff --git a/src/intro.js b/src/intro.js index f7dd78d3f..34f918311 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,5 +1,5 @@ /*! - * jQuery JavaScript Library v@VERSION + * jQuery Compat JavaScript Library v@VERSION * http://jquery.com/ * * Includes Sizzle.js -- 2.39.5