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

Declare Polymer.Templatizer directly, for Closure. #4870

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

aomarks
Copy link
Member

@aomarks aomarks commented Oct 6, 2017

Closure cannot follow the indirect @polymerBehavior annotation, so define Polymer.Templatizer directly.

Reference Issue

Closure cannot follow the indirect `@polymerBehavior` annotation, so define Polymer.Templatizer directly.
@@ -87,9 +87,8 @@
* between versions 1.x and 2.x.
*
* @polymerBehavior
* @memberof Polymer
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need to get rid of this @memberof

Copy link
Contributor

Choose a reason for hiding this comment

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

nm, this is better.

@@ -87,9 +87,8 @@
* between versions 1.x and 2.x.
*
* @polymerBehavior
* @memberof Polymer
Copy link
Contributor

Choose a reason for hiding this comment

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

nm, this is better.

Copy link
Member

@dfreedm dfreedm left a comment

Choose a reason for hiding this comment

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

LGTM

@aomarks aomarks merged commit 3b15517 into master Oct 6, 2017
@aomarks aomarks deleted the templatizer-annotation branch October 6, 2017 23:58
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.

4 participants