Space => tab indent correction

This commit is contained in:
Rick Waldron 2012-06-03 10:42:24 -04:00
parent 888635f8c1
commit 9a3046c375

View File

@ -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)
);
}
});