Document the fact that deviceready is a sticky event.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/f7134c65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/f7134c65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/f7134c65 Branch: refs/heads/master Commit: f7134c65d8b05fddcad111285d3f15a867b05720 Parents: d443d58 Author: Andrew Grieve <agri...@chromium.org> Authored: Thu Oct 18 11:03:13 2012 -0400 Committer: Andrew Grieve <agri...@chromium.org> Committed: Thu Oct 18 11:03:13 2012 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/events/events.deviceready.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/f7134c65/docs/en/edge/cordova/events/events.deviceready.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/events/events.deviceready.md b/docs/en/edge/cordova/events/events.deviceready.md index 94f7ce1..685d4da 100644 --- a/docs/en/edge/cordova/events/events.deviceready.md +++ b/docs/en/edge/cordova/events/events.deviceready.md @@ -35,6 +35,8 @@ The Cordova `deviceready` event fires once Cordova has fully loaded. After the d Typically, you will want to attach an event listener with `document.addEventListener` once the HTML document's DOM has loaded. +This event behaves differently from others in that any event handler registered after the event has been fired will have its callback function called immediately. + Supported Platforms -------------------