georgebellos/real_estate

View on GitHub
app/assets/javascripts/properties.js.coffee

Summary

Maintainability
Test Coverage
$('#googlemap a').on('shown', (e) ->
  google.maps.event.trigger(map, 'resize')
  Gmaps.map.adjustMapToBounds()
)