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,7 +1,7 @@
|
|||||||
define([
|
define([
|
||||||
"../core",
|
"../core",
|
||||||
"../selector",
|
"../selector",
|
||||||
"../effects",
|
"../effects"
|
||||||
], function( jQuery ) {
|
], function( jQuery ) {
|
||||||
jQuery.expr.filters.animated = function( elem ) {
|
jQuery.expr.filters.animated = function( elem ) {
|
||||||
return jQuery.grep(jQuery.timers, function( fn ) {
|
return jQuery.grep(jQuery.timers, function( fn ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user