Fix #9469. Remove semi-functional .selector property. Close gh-1006.

Saved 65 bytes.
This commit is contained in:
Dave Methvin
2012-10-23 20:22:34 -04:00
parent 305e169ad6
commit 69e2f068fe
3 changed files with 9 additions and 14 deletions

View File

@@ -564,7 +564,7 @@ jQuery.each({
ret = ret.concat( elems );
}
return this.pushStack( ret, name, insert.selector );
return this.pushStack( ret );
}
};
});