We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When handling documentation for the following JavaScript accessor (adapted from polymerelements/iron-ajax):
/** * Succeeded is true if... * * @return {boolean} */ get succeeded() { // ... return true; }
iron-doc-viewer renders this:
iron-doc-viewer
The documentation is misleading because it suggests that succeeded is called like a method, when it is actually accessed like a basic property.
succeeded
The text was updated successfully, but these errors were encountered:
@cdata winner winner bug owner dinner!
Actually /cc'ing @garlicnation to see if hydrolysis should do something better in this case.
Sorry, something went wrong.
Hydrolysis is the problem here. I need to deal w/ ES6 getters more intelligently.
ES5 getters, actually ;)
This is blocked by https://github.com/Polymer/hydrolysis/issues/144 though I'm not sure if fixing that will automatically fix this issue.
garlicnation
No branches or pull requests
When handling documentation for the following JavaScript accessor (adapted from polymerelements/iron-ajax):
iron-doc-viewer
renders this:The documentation is misleading because it suggests that
succeeded
is called like a method, when it is actually accessed like a basic property.The text was updated successfully, but these errors were encountered: