Side navigation
#1723 closed bug (invalid)
Opened September 24, 2007 09:38AM UTC
Closed November 28, 2007 08:51AM UTC
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)
Attachments (0)
Change History (1)
Changed November 28, 2007 08:51AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.