CodeandoMexico/reporte-ciudadano

View on GitHub
app/assets/javascripts/geolocate_map/geolocateMap_plugin.js.coffee

Summary

Maintainability
Test Coverage
$.fn.geolocateMap = (options) ->

  @each ->
    new GeolocateMap(this, options)