Skip to content

Commit 6ed352e

Browse files
author
harryh
authored
Merge pull request #1 from Aourin/fix/google-api--variable-bug
refactor(GoogleApi): fixes google variable
2 parents bbe47b0 + 5f1783b commit 6ed352e

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
@@ -14,7 +14,7 @@ export const GoogleApi = function(opts) {
1414
const googleVersion = opts.version || '3.24';
1515

1616
let script = null;
17-
let google = window.google = null;
17+
let google = window.google || null;
1818
let loading = false;
1919
let channel = null;
2020
let language = null;

0 commit comments

Comments
 (0)