mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 09:45:07 -05:00
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.
This commit is contained in:
@@ -3,9 +3,11 @@ define([
|
||||
"../selector",
|
||||
"../effects"
|
||||
], function( jQuery ) {
|
||||
jQuery.expr.filters.animated = function( elem ) {
|
||||
return jQuery.grep(jQuery.timers, function( fn ) {
|
||||
return elem === fn.elem;
|
||||
}).length;
|
||||
};
|
||||
|
||||
jQuery.expr.filters.animated = function( elem ) {
|
||||
return jQuery.grep(jQuery.timers, function( fn ) {
|
||||
return elem === fn.elem;
|
||||
}).length;
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user