Change broken url to wayback one

This commit is contained in:
Arthur Verschaeve 2014-10-25 09:42:19 +02:00 committed by Timmy Willison
parent 1d75273101
commit 31d58c5cbb

View 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";