Ticket #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 | External ID: | |
| state: | New | Browser: | All |
| Operating System: | All |
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
Change History
Note: See
TracTickets for help on using
tickets.

