Skip to content

Commit

Permalink
Docs: remove expired links from old jquery source (#4997)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jan 7, 2022
1 parent e24f2dc commit ed066ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/data/jquery-1.9.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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 ?
Expand Down

0 comments on commit ed066ac

Please sign in to comment.