ebrelsford / Leaflet.loading

A simple loading control for Leaflet
MIT License
143 stars 49 forks source link

Not IE8 compatible #23

Closed MatthewEdge closed 9 years ago

MatthewEdge commented 9 years ago

Minor issue: this library is not IE8 compatible because of it's use of console statements. IE8 browsers do not instantiate the console object until Developer Tools are opened. This can cause the map to break

ebrelsford commented 9 years ago

Good to know. I'm open to pull requests as always. On Mar 25, 2015 2:15 PM, "Matthew Edge" notifications@github.com wrote:

Minor issue: this library is not IE8 compatible because of it's use of console statements. IE8 browsers do not instantiate the console object until Developer Tools are opened. This can cause the map to break

— Reply to this email directly or view it on GitHub https://github.com/ebrelsford/Leaflet.loading/issues/23.

ebrelsford commented 9 years ago

Okay 56a0a1b should do it, @MatthewEdge, thanks again for the heads-up.

MatthewEdge commented 9 years ago

Cheers! :)