mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 06:28:18 -05:00
Space => tab indent correction
This commit is contained in:
@@ -145,8 +145,8 @@ jQuery.fn.extend({
|
||||
|
||||
addBack: function( selector ) {
|
||||
return this.add( selector == null ?
|
||||
this.prevObject : this.prevObject.filter(selector)
|
||||
);
|
||||
this.prevObject : this.prevObject.filter(selector)
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user