Opened 12 years ago
Closed 12 years ago
#7881 closed bug (notabug)
datepicker gives jscript error at resolvewith (js script version 1.6.2)
Reported by: | chitti76 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.6rc2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I get an error "Microsoft Jscript runtime error: Object doesnt support this property or method" at the resolvewith point, in the finally block. Please help code from js file below
resolve with given context and args
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;
},
Note: See
TracTickets for help on using
tickets.
There's really no information at all here. Also, why are you using 1.6rc2.6? That doesn't even make sense.