Bug Tracker

Modify

Ticket #1723 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by davidserduke

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.