GoogleWebComponents / google-signin

Google Sign-in web component
https://elements.polymer-project.org/elements/google-signin
Other
279 stars 89 forks source link

Replacing @type declarations to avoid JSCompiler issues #151

Closed jmsgomes closed 8 years ago

jmsgomes commented 8 years ago

Replacing @type declarations to use underlying base type instead of enums. Otherwise, the JSCompiler throws errors that the declared @enum types are unknown during compilation. Polymer doesn't enforce enums anyway.