Skip to content

Commit f2c11e5

Browse files
authored
Merge pull request fullstackreact#274 from talymo/patch-1
Add an error call back param
2 parents 5c4902c + 7f4dda3 commit f2c11e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/GoogleApi.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const GoogleApi = function(opts) {
3131
v: googleVersion,
3232
channel: channel,
3333
language: language,
34-
region: region
34+
region: region,
35+
onerror: 'ERROR_FUNCTION'
3536
};
3637

3738
let paramStr = Object.keys(params)

0 commit comments

Comments
 (0)