diff options
| author | 2024-04-23 00:38:24 -0400 | |
|---|---|---|
| committer | 2024-04-23 00:38:24 -0400 | |
| commit | 0199f695e93782d728bd31857afe54f4df92f351 (patch) | |
| tree | 34e9030a05a89461d222172615c74891fba1e5ef /npm_assets/node_modules/jquery/src/manipulation | |
| parent | 22b8f5dae59e876643e8e3002f72282f3e8608c5 (diff) | |
| parent | 9b0e86a8e74768c4fe848fb5ce8d754292db4e3e (diff) | |
Update upstream source from tag 'upstream/8.3.0'
Update to upstream version '8.3.0'
with Debian dir bc13791b86ab63e4473e92288f1749c55a6ad540
Diffstat (limited to 'npm_assets/node_modules/jquery/src/manipulation')
5 files changed, 6 insertions, 6 deletions
diff --git a/npm_assets/node_modules/jquery/src/manipulation/_evalUrl.js b/npm_assets/node_modules/jquery/src/manipulation/_evalUrl.js index 6163b68..810b5b5 100644 --- a/npm_assets/node_modules/jquery/src/manipulation/_evalUrl.js +++ b/npm_assets/node_modules/jquery/src/manipulation/_evalUrl.js @@ -8,7 +8,7 @@ jQuery._evalUrl = function( url, options, doc ) { return jQuery.ajax( { url: url, - // Make this explicit, since user can override this through ajaxSetup (#11264) + // Make this explicit, since user can override this through ajaxSetup (trac-11264) type: "GET", dataType: "script", cache: true, diff --git a/npm_assets/node_modules/jquery/src/manipulation/buildFragment.js b/npm_assets/node_modules/jquery/src/manipulation/buildFragment.js index 40c2ed1..b16d7ab 100644 --- a/npm_assets/node_modules/jquery/src/manipulation/buildFragment.js +++ b/npm_assets/node_modules/jquery/src/manipulation/buildFragment.js @@ -58,7 +58,7 @@ function buildFragment( elems, context, scripts, selection, ignored ) { // Remember the top-level container tmp = fragment.firstChild; - // Ensure the created nodes are orphaned (#12392) + // Ensure the created nodes are orphaned (trac-12392) tmp.textContent = ""; } } diff --git a/npm_assets/node_modules/jquery/src/manipulation/getAll.js b/npm_assets/node_modules/jquery/src/manipulation/getAll.js index fede6c7..65dcc1e 100644 --- a/npm_assets/node_modules/jquery/src/manipulation/getAll.js +++ b/npm_assets/node_modules/jquery/src/manipulation/getAll.js @@ -8,7 +8,7 @@ define( [ function getAll( context, tag ) { // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) + // Use typeof to avoid zero-argument method invocation on host objects (trac-15151) var ret; if ( typeof context.getElementsByTagName !== "undefined" ) { diff --git a/npm_assets/node_modules/jquery/src/manipulation/support.js b/npm_assets/node_modules/jquery/src/manipulation/support.js index 62d6bb3..0158363 100644 --- a/npm_assets/node_modules/jquery/src/manipulation/support.js +++ b/npm_assets/node_modules/jquery/src/manipulation/support.js @@ -11,9 +11,9 @@ define( [ input = document.createElement( "input" ); // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) + // Check state lost if the name is set (trac-11217) // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) + // `name` and `type` must use .setAttribute for WWA (trac-14901) input.setAttribute( "type", "radio" ); input.setAttribute( "checked", "checked" ); input.setAttribute( "name", "t" ); diff --git a/npm_assets/node_modules/jquery/src/manipulation/wrapMap.js b/npm_assets/node_modules/jquery/src/manipulation/wrapMap.js index da48bf9..9868e56 100644 --- a/npm_assets/node_modules/jquery/src/manipulation/wrapMap.js +++ b/npm_assets/node_modules/jquery/src/manipulation/wrapMap.js @@ -4,7 +4,7 @@ define( [ "use strict"; -// We have to close these tags to support XHTML (#13200) +// We have to close these tags to support XHTML (trac-13200) var wrapMap = { // XHTML parsers do not magically insert elements in the |
