#15490 closed (fixed)
Some semicolons are missing in javascript code.
Reported by: | jonathanslenders | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Several semicolons are missing in javascript code. (Statements need to be terminated by semicolons, even if browsers do not always require it.)
Attachments (1)
Change History (7)
by , 14 years ago
Attachment: | patch2.patch added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
follow-up: 5 comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [15641]:
(The changeset message doesn't reference this ticket)
comment:5 by , 14 years ago
Replying to russellm:
Thanks for the patch Jonathanl; for future reference, please generate diffs against the root of the source tree, so we don't have to go hunting to work out where the patch applies cleanly.
Thanks for the tip, I'll do that next time.
Note:
See TracTickets
for help on using tickets.
Thanks for the patch Jonathanl; for future reference, please generate diffs against the root of the source tree, so we don't have to go hunting to work out where the patch applies cleanly.