bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

jsonpCallback setting added #6

Closed quayzar closed 11 years ago

quayzar commented 11 years ago

I added 'jsonpCallback' as a setting, to permit specifying the callback function name for a JSONP request.

The user-provided function name will only be applied if 'dataType' is set to 'jsonp'; otherwise it remains the default value of 'null'.

I made this change to both the regular and minified versions.