Skip to content

Commit

Permalink
Merge pull request #100 from viviennelee-work/master
Browse files Browse the repository at this point in the history
Remove @OverRide warnings when depending on google maps and google js
  • Loading branch information
rslawik authored Mar 4, 2020
2 parents 5547cf7 + eae5950 commit 2dc6206
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 2dc6206

Please sign in to comment.