mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Code style
This commit is contained in:
parent
65bdfbf07f
commit
38941579fc
@ -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" ) ?
|
||||
|
Loading…
Reference in New Issue
Block a user