jquery updated

main link added
This commit is contained in:
Samuel Philipp 2016-11-23 00:12:51 +01:00
parent f0bbcfb654
commit 576fbdeb2f
122 changed files with 12266 additions and 2569 deletions

View file

@ -4,8 +4,10 @@ define( [
"../effects" // Delay is optional because of this dependency
], function( jQuery ) {
"use strict";
// 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";