mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Space => tab indent correction
This commit is contained in:
parent
888635f8c1
commit
9a3046c375
@ -145,8 +145,8 @@ jQuery.fn.extend({
|
|||||||
|
|
||||||
addBack: function( selector ) {
|
addBack: function( selector ) {
|
||||||
return this.add( selector == null ?
|
return this.add( selector == null ?
|
||||||
this.prevObject : this.prevObject.filter(selector)
|
this.prevObject : this.prevObject.filter(selector)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user