mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Merge branch 'master' into develop
This commit is contained in:
commit
f00b1ae89b
14 changed files with 606 additions and 348 deletions
|
@ -175,14 +175,15 @@ Things in context:
|
|||
|
||||
This hook gets called when a new pad was created.
|
||||
|
||||
## padLoad
|
||||
Called from: src/node/db/Pad.js
|
||||
## `padLoad`
|
||||
|
||||
Things in context:
|
||||
Called from: `src/node/db/PadManager.js`
|
||||
|
||||
1. pad - the pad instance
|
||||
Called when a pad is loaded, including after new pad creation.
|
||||
|
||||
This hook gets called when a pad was loaded. If a new pad was created and loaded this event will be emitted too.
|
||||
Context properties:
|
||||
|
||||
* `pad`: The Pad object.
|
||||
|
||||
## padUpdate
|
||||
Called from: src/node/db/Pad.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue