No ticket. Restore checking individual src/**/*.js files by jsHint.

This commit is contained in:
Michał Gołębiowski
2013-09-06 20:31:48 +02:00
parent 6987220d2b
commit f044622bae
23 changed files with 42 additions and 32 deletions

View File

@@ -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;
};
});
});