aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2022-01-07 12:41:21 -0500
committerTimmy Willison <4timmywil@gmail.com>2022-01-07 12:41:21 -0500
commitc3c4d2073695bccdfc2da01152a5f4242a2ac803 (patch)
tree601c6a57fe6db99034d0e124d81ff6e5c7d4f88c
parent4b0d8900eca0180720636e15a4038e066bc95280 (diff)
downloadjquery-c3c4d2073695bccdfc2da01152a5f4242a2ac803.tar.gz
jquery-c3c4d2073695bccdfc2da01152a5f4242a2ac803.zip
Docs: remove expired links from old jquery source
Ref gh-4981 Ref gh-4991
-rw-r--r--test/data/jquery-1.9.1.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/data/jquery-1.9.1.js b/test/data/jquery-1.9.1.js
index 80c97a226..ae116a43e 100644
--- a/test/data/jquery-1.9.1.js
+++ b/test/data/jquery-1.9.1.js
@@ -2051,7 +2051,6 @@ jQuery.fn.extend( {
},
// Based off of the plugin by Clint Helfers, with permission.
- // http://blindsignals.com/index.php/2009/07/jquery-delay/
delay: function( time, type ) {
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
type = type || "fx";
@@ -2559,7 +2558,6 @@ jQuery.extend( {
get: function( elem ) {
// elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
- // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
var attributeNode = elem.getAttributeNode( "tabindex" );
return attributeNode && attributeNode.specified ?