mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Remove trailing comma in define array. Close gh-1336.
This commit is contained in:
parent
62da89b89a
commit
6f4da9a8df
@ -1,11 +1,11 @@
|
||||
define([
|
||||
"../core",
|
||||
"../selector",
|
||||
"../effects",
|
||||
"../effects"
|
||||
], function( jQuery ) {
|
||||
jQuery.expr.filters.animated = function( elem ) {
|
||||
return jQuery.grep(jQuery.timers, function( fn ) {
|
||||
return elem === fn.elem;
|
||||
}).length;
|
||||
};
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user