mirror of
https://github.com/jquery/jquery.git
synced 2026-01-14 23:27:59 -05:00
Change broken url to wayback one
This commit is contained in:
committed by
Timmy Willison
parent
1d75273101
commit
31d58c5cbb
@@ -5,7 +5,7 @@ define([
|
||||
], function( jQuery ) {
|
||||
|
||||
// Based off of the plugin by Clint Helfers, with permission.
|
||||
// http://blindsignals.com/index.php/2009/07/jquery-delay/
|
||||
// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
|
||||
jQuery.fn.delay = function( time, type ) {
|
||||
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
|
||||
type = type || "fx";
|
||||
|
||||
Reference in New Issue
Block a user