Opened 14 years ago
Closed 14 years ago
#398 closed defect (fixed)
A typo in registerEventID function
Reported by: | hubu | Owned by: | hubu |
---|---|---|---|
Priority: | P3 | Milestone: | 2.2 |
Component: | Core | Version: | 1.1.1 |
Severity: | Minor | Keywords: | |
Cc: | hubu | Browser: | All |
External ID: | Operating System: | All | |
state: | New |
Description
In the registerEventID function, there is a typo: OpenLayers.i18n('regsiterEventError')));
it should be: OpenLayers.i18n('registerEventError')));
The result of this typo is we can't get the right string of 'registerEventError'.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | Fix Ticket #398.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
closing, patch has been applied to trunk
Note:
See TracTickets
for help on using tickets.
This is the fix of this ticket