mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Code style
This commit is contained in:
@@ -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" ) ?
|
||||
|
||||
Reference in New Issue
Block a user