Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#3434 closed bug (fixed)

invalid increment operand

Reported by: [email protected] Owned by: paul
Priority: minor Milestone: 1.6rc2
Component: ui.datepicker Version: 1.6rc1
Keywords: Cc:
Blocked by: Blocking:

Description

target.id='dp'+++this.uuid;

This code which is included in version 1.6rc1, makes an error "invalid increment operand", when it was read by fire fox 2.

I correct it as below;

target.id='dp'+(++this.uuid);

Then it works fine.

Change History (4)

comment:1 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r679.

comment:2 Changed 15 years ago by Cloudream

Component: ui.coreui.datepicker
Milestone: TBD1.6

comment:3 Changed 15 years ago by Cloudream

Version: 1.6rc1

comment:4 Changed 14 years ago by rdworth

Milestone: 1.61.6rc2
Note: See TracTickets for help on using tickets.