#3434 closed bug (fixed)
invalid increment operand
Reported by: | 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
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Milestone: | TBD → 1.6 |
comment:3 Changed 15 years ago by
Version: | → 1.6rc1 |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.6 → 1.6rc2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r679.