joshuamiller / cartographer

Google Maps on Rails
72 stars 39 forks source link

:scroll option, bad init #18

Open niuage opened 12 years ago

niuage commented 12 years ago

@scroll = opts[:scroll] || true

if opts[:scroll] is false, then @scroll will be true, not what we want ;) Should default to false.

Also, the option you should pass to init the map is "scrollwheel", and not "scrollWheel".