Skip to content

Commit

Permalink
Merge pull request #151 from jmsgomes/master
Browse files Browse the repository at this point in the history
Replacing @type declarations to avoid JSCompiler issues
  • Loading branch information
Zoramite authored Jun 22, 2016
2 parents fc17de9 + 821fad1 commit 7d45dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
*
* Available options: short, standard, tall.
*
* @type {HeightValue}
* @type {string}
*/
height: {
type: String,
Expand Down Expand Up @@ -418,7 +418,7 @@
* Available options: light, dark.
*
* @attribute theme
* @type {ThemeValue}
* @type {string}
* @default 'dark'
*/
theme: {
Expand All @@ -431,7 +431,7 @@
*
* Available options: iconOnly, standard, wide.
*
* @type {WidthValue}
* @type {string}
*/
width: {
type: String,
Expand Down

0 comments on commit 7d45dcb

Please sign in to comment.