Bug Tracker

Opened 16 years ago

Closed 15 years ago

#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:
Blocked by: Blocking:

Description

in makeArray:

if ( typeof a != "array" )

Oh???

if (a instanceof Array)

Change History (1)

comment:1 Changed 15 years ago by davidserduke

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.