Document 'documentReady' client hook.

This commit is contained in:
Marcel Klehr 2012-08-12 21:29:21 +02:00
parent 838834f438
commit 98cdb96ac3
1 changed files with 9 additions and 0 deletions

View File

@ -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