Skip to content

Commit

Permalink
Remove warnings when depending on google js and maps libraries by add…
Browse files Browse the repository at this point in the history
…ing necessary overrides.
  • Loading branch information
viviennelee-work committed Mar 1, 2020
1 parent 5547cf7 commit eae5950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google-js-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Polymer({

is: 'google-js-api',

/** @override */
_template: null,

behaviors: [
Expand Down
1 change: 1 addition & 0 deletions google-maps-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Polymer({

is: 'google-maps-api',

/** @override */
_template: null,

behaviors: [
Expand Down

0 comments on commit eae5950

Please sign in to comment.