Ticket #930 (new task)

Opened 6 years ago

Last modified 6 years ago

Replace alert()s with OpenLayers.Console.error()s

Reported by: euzuro Owned by:
Priority: minor Milestone: Maintenance
Component: general Version: 2.4
Keywords: Cc:
State:

Description

we still have a lot of alert() statements in the OL codebase. Now that we have a real console we should use it.

Change History

Changed 6 years ago by euzuro

note that we should not replace *all* alerts with console errors. in the words of a wise man cr5:

"Console.error is for developers, alert is for users"

Note: See TracTickets for help on using tickets.