Skip to content

Commit 31d58c5

Browse files
arthurvrtimmywil
authored andcommitted
Change broken url to wayback one
1 parent 1d75273 commit 31d58c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue/delay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ define([
55
], function( jQuery ) {
66

77
// Based off of the plugin by Clint Helfers, with permission.
8-
// http://blindsignals.com/index.php/2009/07/jquery-delay/
8+
// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
99
jQuery.fn.delay = function( time, type ) {
1010
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
1111
type = type || "fx";

0 commit comments

Comments
 (0)