Thanks John.
- Richard
<div><span class="gmail_quote">On 9/28/07, <b class="gmail_sendername">John Resig</b> <<a href="mailto:jeresig@gmail.com">
jeresig@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Unique only works with arrays of DOM elements. I've updated the page
to represent this.
--John
On 9/28/07, Richard D. Worth <<a href="mailto:rdworth@gmail.com">
rdworth@gmail.com</a>> wrote:
> Thought I'd post here in case it was missed on the main list.
>
> This is from the example at
> <a href="http://docs.jquery.com/Utilities/jQuery.unique">
http://docs.jquery.com/Utilities/jQuery.unique</a>
>
> $.unique([0,1,1,2,2,3])
>
> expected: [0,1,2,3]
> actual: [0,1,1,2,2,3]
>
> Created ticket, attached patch with unit tests and possible fix:
>
> <a href="http://dev.jquery.com/ticket/1747">
http://dev.jquery.com/ticket/1747</a>>
> - Richard
>
>
> >
>
</blockquote></div>