diff options
author | Arthur Verschaeve <contact@arthurverschaeve.be> | 2014-10-25 09:42:19 +0200 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-10-30 10:26:38 -0400 |
commit | 31d58c5cbbede6dc33d10feecd5277ccddb367e6 (patch) | |
tree | b1319fb7e2d087c31f72ea5d73f965ba89d167d1 | |
parent | 1d752731011d35e985271334ff98186728949f03 (diff) | |
download | jquery-31d58c5cbbede6dc33d10feecd5277ccddb367e6.tar.gz jquery-31d58c5cbbede6dc33d10feecd5277ccddb367e6.zip |
Change broken url to wayback one
-rw-r--r-- | src/queue/delay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/delay.js b/src/queue/delay.js index 4b4498cea..037ef0998 100644 --- a/src/queue/delay.js +++ b/src/queue/delay.js @@ -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"; |