]> source.dussan.org Git - jquery.git/commitdiff
Change broken url to wayback one
authorArthur Verschaeve <contact@arthurverschaeve.be>
Sat, 25 Oct 2014 07:42:19 +0000 (09:42 +0200)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 30 Oct 2014 14:26:38 +0000 (10:26 -0400)
src/queue/delay.js

index 4b4498cea1f2697c1470aa85640a5ee26bcff3f3..037ef0998e345dc9e50f05cc22902226577ff2dd 100644 (file)
@@ -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";