summaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/jquery/src/manipulation
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-04-23 00:37:58 -0400
commit9b0e86a8e74768c4fe848fb5ce8d754292db4e3e (patch)
treecfd424be8ecb68357e6e572033f08bc534bf724f /npm_assets/node_modules/jquery/src/manipulation
parent393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 (diff)
New upstream version 8.3.0.upstream/8.3.0upstream
Diffstat (limited to 'npm_assets/node_modules/jquery/src/manipulation')
-rw-r--r--npm_assets/node_modules/jquery/src/manipulation/_evalUrl.js2
-rw-r--r--npm_assets/node_modules/jquery/src/manipulation/buildFragment.js2
-rw-r--r--npm_assets/node_modules/jquery/src/manipulation/getAll.js2
-rw-r--r--npm_assets/node_modules/jquery/src/manipulation/support.js4
-rw-r--r--npm_assets/node_modules/jquery/src/manipulation/wrapMap.js2
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