From 98cdb96ac31b7ffc0903ebf7651cef9193bc0230 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 12 Aug 2012 21:29:21 +0200 Subject: [PATCH] Document 'documentReady' client hook. --- doc/api/hooks_client-side.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/api/hooks_client-side.md b/doc/api/hooks_client-side.md index b991d62d..03703e6b 100644 --- a/doc/api/hooks_client-side.md +++ b/doc/api/hooks_client-side.md @@ -6,6 +6,15 @@ All hooks registered to these events are called with two arguments: 1. name - the name of the hook being called 2. context - an object with some relevant information about the context of the call +### documentReady +Called from: src/templates/pad.html + +Things in context: + +nothing + +This hook proxies the functionality of jQuery's `$(document).ready` event. + ### aceDomLineProcessLineAttributes Called from: src/static/js/domline.js