Skip to content

Commit 18e97da

Browse files
committed
Merge pull request #59 from anthonytordillos/master
Fix invalid JSDoc annotations.
2 parents 4a3cd5c + 6f067ef commit 18e97da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

google-client-loader.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,11 @@
7777
* You can find the full list of APIs on the
7878
* <a href="https://developers.google.com/apis-explorer"> Google APIs
7979
* Explorer</a>.
80-
* @required
8180
*/
8281
name: String,
8382

8483
/**
8584
* Version of the API to load, e.g. 'v1'.
86-
* @required
8785
*/
8886
version: String,
8987

google-maps-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
Any number of components can use `<google-maps-api>` elements, and the library will only be loaded once.
2828
29-
@blurb Element wrapper around Google Maps API.
29+
@summary Element wrapper around Google Maps API.
3030
3131
*/
3232
Polymer({

0 commit comments

Comments
 (0)