Docs: Updated links to https where they are supported.

Close gh-2746
This commit is contained in:
Jon Dufresne
2015-11-29 09:41:37 -08:00
committed by Timmy Willison
parent 605413994f
commit b0b280cd61
9 changed files with 32 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ define( [
], function( jQuery ) {
// Based off of the plugin by Clint Helfers, with permission.
// http://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/
// https://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";