mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixing spacing problems from rkatic's patches.
This commit is contained in:
parent
3dc5bc5a8b
commit
76f6f0d39d
@ -58,14 +58,14 @@ jQuery.fn.extend({
|
||||
var cur = this, closer = 0;
|
||||
while ( cur && cur.ownerDocument && cur !== context ) {
|
||||
if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selector) ) {
|
||||
jQuery.lastCloser = closer;
|
||||
jQuery.lastCloser = closer;
|
||||
return cur;
|
||||
}
|
||||
cur = cur.parentNode;
|
||||
closer++;
|
||||
}
|
||||
jQuery.lastCloser = -1;
|
||||
return null;
|
||||
jQuery.lastCloser = -1;
|
||||
return null;
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user