-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ready
and created
are listed in the wrong order
#338
Comments
You are correct, |
Yea, the table is not meant to be an ordering. My reasoning for the current ordering is that |
IMO, it's easy to assume the ordering in the table corresponds to the On Mon, Nov 4, 2013 at 4:50 PM, Eric Bidelman [email protected]:
|
At http://www.polymer-project.org/polymer.html#lifecyclemethods, the
ready
method is listed beforecreated
, but in factcreated
seems to be called beforeready
.The text was updated successfully, but these errors were encountered: