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.
2 parents 45c0328 + 51dba2d commit c93378fCopy full SHA for c93378f
src/lib/GoogleApi.js
@@ -20,7 +20,7 @@ export const GoogleApi = function(opts) {
20
let loading = false;
21
let channel = null;
22
let language = opts.language;
23
- let region = null;
+ let region = opts.region || null;
24
25
let onLoadEvents = [];
26
0 commit comments