Modify ↓
Ticket #1723 (closed bug: invalid)
makeArray bug?
| Reported by: | achun | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | typeof,instanceof | Cc: | |
| Blocking: | Blocked by: |
Description
in makeArray:
if ( typeof a != "array" )
Oh???
if (a instanceof Array)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

According to the comment that is specifically to address a safari browser issue for some versions. I'm going to close the bug but if you have a more specific concern/comment/test case please reopen the ticket with new details.