eschwartz / backbone.googlemaps

A Backbone JS extension for interacting with the Google Maps API (v3.10)
MIT License
139 stars 55 forks source link

removed global variables and added strict mode #8

Closed garthenweb closed 11 years ago

garthenweb commented 11 years ago

Removed some global variables from for loops because they are slow and error prone. Also renamed "event" variable to "ev" because it breaks in some cases in IE. At least added strict mode to prevent following mistakes.

matthewsoares commented 11 years ago

This fixed IE issue for me. Please merge.