Skip to content

Commit 3894157

Browse files
committed
Code style
1 parent 65bdfbf commit 3894157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/traversing.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jQuery.fn.extend({
7171
},
7272

7373
closest: function( selectors, context ) {
74-
var cur, i = 0,
74+
var cur,
75+
i = 0,
7576
l = this.length,
7677
matched = [],
7778
pos = ( rneedsContext.test( selectors ) || typeof selectors !== "string" ) ?

0 commit comments

Comments
 (0)