Changed pad hook names to follow naming conventions.

This commit is contained in:
d-a-n 2012-10-03 13:35:31 +03:00
parent 4652751285
commit 754c559d63
1 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ This hook gets called upon the rendering of an ejs template block. For any speci
Have a look at `src/templates/pad.html` and `src/templates/timeslider.html` to see which blocks are available.
## padCreated
## padCreate
Called from: src/node/db/Pad.js
Things in context:
@ -73,16 +73,16 @@ Things in context:
This hook gets called when a new pad was created.
## padLoaded
## padLoad
Called from: src/node/db/Pad.js
Things in context:
1. pad - the pad instance
This hook gets called when an pad was loaded.
This hook gets called when an pad was loaded. If a new pad was created and loaded this event will be emitted too.
## padUpdated
## padUpdate
Called from: src/node/db/Pad.js
Things in context:
@ -91,7 +91,7 @@ Things in context:
This hook gets called when an existing pad was updated.
## padRemoved
## padRemove
Called from: src/node/db/Pad.js
Things in context: