Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closure Compilation support #4539

Merged
merged 10 commits into from
Apr 18, 2017
Merged

Closure Compilation support #4539

merged 10 commits into from
Apr 18, 2017

Conversation

dfreedm
Copy link
Member

@dfreedm dfreedm commented Apr 17, 2017

No description provided.

@dfreedm dfreedm requested review from kevinpschaaf and sorvell April 17, 2017 19:28
@@ -563,6 +568,8 @@

}

return PropertyAccessors;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigate if separating return from class definition is necessary; not used above.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually necessary :(

class TemplateInstanceBase extends Polymer.PropertyEffects(class{}) {
/**
* @constructor
* @mixes {Polymer_PropertyEffects}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@implements

@kevinpschaaf kevinpschaaf merged commit fe779ea into master Apr 18, 2017
@kevinpschaaf kevinpschaaf deleted the closure-mixins branch April 18, 2017 01:09
@kevinpschaaf
Copy link
Member

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants