eschwartz / backbone.googlemaps

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

fixed borked javascript code in unminified javascript #1

Closed mooreds closed 11 years ago

mooreds commented 11 years ago

The default simple.html example doesn't work with the unminified javascript--there were some missing syntactical elements.

I wasn't sure how you minified the javascript, so I left that untouched.

eschwartz commented 11 years ago

Thanks for the pull request. I actually have a few more syntactical fixes that I found after used the library for a bit - I'll pull this and than push the rest.