Code style

This commit is contained in:
Oleg 2012-12-19 19:38:33 +04:00
parent 65bdfbf07f
commit 38941579fc

View File

@ -71,7 +71,8 @@ jQuery.fn.extend({
},
closest: function( selectors, context ) {
var cur, i = 0,
var cur,
i = 0,
l = this.length,
matched = [],
pos = ( rneedsContext.test( selectors ) || typeof selectors !== "string" ) ?