Remove trailing comma in define array. Close gh-1336.

This commit is contained in:
Guy Bedford 2013-08-20 09:47:35 -04:00 committed by Timmy Willison
parent 62da89b89a
commit 6f4da9a8df

View File

@ -1,7 +1,7 @@
define([
"../core",
"../selector",
"../effects",
"../effects"
], function( jQuery ) {
jQuery.expr.filters.animated = function( elem ) {
return jQuery.grep(jQuery.timers, function( fn ) {