Skip to content

Commit 51dba2d

Browse files
author
Mohammed
committed
Accept region as option param
1 parent 45c0328 commit 51dba2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/GoogleApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const GoogleApi = function(opts) {
2020
let loading = false;
2121
let channel = null;
2222
let language = opts.language;
23-
let region = null;
23+
let region = opts.region || null;
2424

2525
let onLoadEvents = [];
2626

0 commit comments

Comments
 (0)