Ticket #3434 (closed bug: fixed)
invalid increment operand
| Reported by: | floating.eye22@… | Owned by: | paul |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.6rc2 |
| Component: | ui.datepicker | Version: | 1.6rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


Fixed in r679.