Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Dec 19, 2012
1 parent 65bdfbf commit 3894157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/traversing.js
Expand Up @@ -71,7 +71,8 @@ jQuery.fn.extend({
}, },


closest: function( selectors, context ) { closest: function( selectors, context ) {
var cur, i = 0, var cur,
i = 0,
l = this.length, l = this.length,
matched = [], matched = [],
pos = ( rneedsContext.test( selectors ) || typeof selectors !== "string" ) ? pos = ( rneedsContext.test( selectors ) || typeof selectors !== "string" ) ?
Expand Down

0 comments on commit 3894157

Please sign in to comment.