Skip to content

Commit c93378f

Browse files
authored
Merge pull request #204 from Eyesonly88/master
Accept region as an optional param
2 parents 45c0328 + 51dba2d commit c93378f

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)