Opened 16 years ago
Closed 16 years ago
#31 closed defect (fixed)
missing semi-colons
Reported by: | rod | Owned by: | madair |
---|---|---|---|
Priority: | minor | Milestone: | 1.0.0 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Hi, I'm trying to use the proj4js library in a project and I'm using the Javascript packer to reduce the size. Unfortunately there are some missing semi-colons which causes this to break packing.
I've attached a patch file which should work against your trunk or latest RC tag to fix these.
Thanks,
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | proj4js-semicolons.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed at rev 1532
thanks for the patch!