Bug Tracker

Modify

Ticket #10162 (closed bug: duplicate)

Opened 21 months ago

Last modified 21 months ago

this function throws undefined exception

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.3rc1
Keywords: Cc:
Blocking: Blocked by:

Description

resolveWith: function( context, args ) {

if ( !cancelled && !fired && !firing ) {

make sure args are available (#8421)

args = args
[];

firing = 1; try {

while( callbacks[ 0 ] ) {

callbacks.shift().apply( context, args );

}

} finally {

fired = [ context, args ]; firing = 0;

}

} return this;

},

Change History

comment:1 Changed 21 months ago by anonymous

It throws the exceptioin in IE 8 running under IE 7 compatibility mode.

comment:2 Changed 21 months ago by rwaldron

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

comment:3 Changed 21 months ago by rwaldron

Duplicate of #9033.

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.