Skip to content
Snippets Groups Projects
Commit c2ed7981 authored by Alex Reisner's avatar Alex Reisner
Browse files

Don't enclose response in callback.

parent d8afde80
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ module Geocoder::Lookup
def query_url(query, reverse = false)
params = {
:format => "json",
:json_callback=>"?",
:polygon => "1",
:addressdetails => "1",
:"accept-language" => Geocoder::Configuration.language
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment