File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2051,7 +2051,6 @@ jQuery.fn.extend( {
2051
2051
} ,
2052
2052
2053
2053
// Based off of the plugin by Clint Helfers, with permission.
2054
- // http://blindsignals.com/index.php/2009/07/jquery-delay/
2055
2054
delay : function ( time , type ) {
2056
2055
time = jQuery . fx ? jQuery . fx . speeds [ time ] || time : time ;
2057
2056
type = type || "fx" ;
@@ -2559,7 +2558,6 @@ jQuery.extend( {
2559
2558
get : function ( elem ) {
2560
2559
2561
2560
// elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
2562
- // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
2563
2561
var attributeNode = elem . getAttributeNode ( "tabindex" ) ;
2564
2562
2565
2563
return attributeNode && attributeNode . specified ?
You can’t perform that action at this time.
0 commit comments