eschwartz / backbone.googlemaps

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

Uncaught Error: bindAll must be passed function names #13

Closed Sinetheta closed 11 years ago

Sinetheta commented 11 years ago

GoogleMaps.MapView contains a call to bindAll which has no method names, method names are no longer optional.

liorbrauer commented 11 years ago

+1 for this.

eschwartz commented 11 years ago

Sorry for being so slow on this -- it should work better now.

Feel free to submit pull requests to fix this kind of thing.

Sinetheta commented 11 years ago

Sorry about that. I was in a hurry at the time then promptly forgot :(