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

paper-radio-button demo should reference PaperInkyFocusBehavior instead of PaperInkyFocusBehaviorImpl #64

Open
bicknellr opened this issue Feb 18, 2016 · 1 comment

Comments

@bicknellr
Copy link
Contributor

See https://github.com/PolymerElements/paper-behaviors/blob/7937ad3/demo/paper-radio-button.html#L112.

PaperInkyFocusBehaviorImpl should only be referenced internally by PaperInkyFocusBehavior.

@keanulee
Copy link
Contributor

PaperInkyFocusBehavior is actually an array of behaviors, so there's no clean way of grabbing a reference to the right _createRipple. Also, since this is within a method called _createRipple, it's not possible to use the behavior and call it. Without proper inheritance, there's no way of doing this cleanly.

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

No branches or pull requests

2 participants