We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd19e5a commit 0c029d1Copy full SHA for 0c029d1
README.md
@@ -109,7 +109,7 @@ Here is a sample code to use IP Geolocation API using JQuery SDK:
109
var country_code2 = sessionStorage.getItem("country_code2");
110
111
if (!ip || !country_name || !country_code2) {
112
- setAsyncParameter(false);
+ setAsync(false);
113
setFieldsParameter("country_name,country_code2");
114
getGeolocation(handleGeolocationResponse, "YOUR_API_KEY");
115
}
ipgeolocation.js
@@ -7,7 +7,7 @@ var tzParameter = "";
7
var latitudeParameter = "";
8
var longitudeParameter = "";
9
10
-function setAsyncParameter(async = true) {
+function setAsync(async = true) {
11
asyncParameter = async;
12
13
0 commit comments