mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 16:34:56 -05:00
Build: Update jscs and lint files
Fixes gh-2056
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define([
|
||||
define( [
|
||||
"../core",
|
||||
"../queue",
|
||||
"../effects" // Delay is optional because of this dependency
|
||||
@@ -15,8 +15,8 @@ jQuery.fn.delay = function( time, type ) {
|
||||
hooks.stop = function() {
|
||||
window.clearTimeout( timeout );
|
||||
};
|
||||
});
|
||||
} );
|
||||
};
|
||||
|
||||
return jQuery.fn.delay;
|
||||
});
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user