We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a0843 commit 8cd6875Copy full SHA for 8cd6875
Gruntfile.js
@@ -135,7 +135,7 @@ module.exports = function( grunt ) {
135
beautify: {
136
"ascii_only": true
137
},
138
- banner: "/*! jQuery v<%= pkg.version %> | " +
+ banner: "/*! jQuery Compat v<%= pkg.version %> | " +
139
"(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " +
140
"jquery.org/license */",
141
compress: {
src/intro.js
@@ -1,5 +1,5 @@
1
/*!
2
- * jQuery JavaScript Library v@VERSION
+ * jQuery Compat JavaScript Library v@VERSION
3
* http://jquery.com/
4
*
5
* Includes Sizzle.js
0 commit comments