kristianmandrup / gmaps-autocomplete-rails

Google Maps v3 search with jQuery UI Autocomplete, ready for use with Rails asset pipeline
MIT License
73 stars 35 forks source link

Add option for scrollwheel #18

Closed chalmagean closed 8 years ago

chalmagean commented 8 years ago

Previously you had no option to disable the scrollwheel on the Map object. This small change adds the ability to set the scrollwheel flag.

kristianmandrup commented 8 years ago

Thanks mate :) Feel free to refactor the whole thing from scratch. Maybe I should extract it as an mom module?

chalmagean commented 8 years ago

I wish I had that kind of time :) Thanks for merging.