GoogleWebComponents / google-signin

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

Make AuthEngine work with the Closure Compiler #168

Closed arobins closed 5 years ago

arobins commented 5 years ago

When enable, advanced optimizations will flatten objects like AuthEngine. The flattening process changes the meaning of this in functions in the object.

Fixes #167

arobins commented 5 years ago

@e111077