Duplicates in $("div").find("a")

Duplicates in $("div").find("a")


So in the case like $("div").find("a") where an a element can be
reached via multiple descendants, should the duplicates be removed? I
expected they would be.
http://dev.jquery.com/ticket/2490