Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec9a387

Browse files
authored
Build: Update the jQuery license link in comment headers
Switchhttps://jquery.org/license tohttps://jquery.com/license/, note thetrailing slash. Leave the trailing slash from the minified version to save size.Closesgh-5685Refgh-5686
1 parentdc5d1f7 commitec9a387

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎build/tasks/minify.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function minify( { filename, dir, esm } ) {
2424
comments:false,
2525
preamble:`/*! jQuery${version}`+
2626
" | (c) OpenJS Foundation and other contributors"+
27-
" | jquery.org/license */\n"
27+
" | jquery.com/license */\n"
2828
},
2929
inlineSourcesContent:false,
3030
mangle:true,

‎src/wrapper-esm.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

‎src/wrapper-factory-esm.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

‎src/wrapper-factory.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

‎src/wrapper.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* https://jquery.com/license/
88
*
99
* Date: @DATE
1010
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp