[Bug 22564] [Custom]: Rename readyCallback to createdCallback

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22564

--- Comment #1 from Steve Orvell <sorvell@chromium.org> ---
The name 'ready' is ambiguous: ready for what?

Users of Polymer (github.com/polymer) have expressed confusion about this. For
example, one user suggested the need to be able to defer readyCallback based on
a related state that should be resolved before the element could be 'ready'.

The name 'created' is descriptive about what has happened. The element has been
created and the system is providing a notification about it.

The callback is intended to be used for initialization tasks and is a stand-in
for a proper constructor.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 4 July 2013 01:12:11 UTC