mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
updated documentation
This commit is contained in:
parent
f1d06c55b4
commit
0772f6bb4e
16 changed files with 188 additions and 20 deletions
15
doc/jsdoc/utils/AttributePoolFactory.md
Normal file
15
doc/jsdoc/utils/AttributePoolFactory.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# utils/AttributePoolF
|
||||
`require("./utils/AttributePoolFactory");`
|
||||
|
||||
This code represents the Attribute Pool Object of the original Etherpad.
|
||||
90% of the code is still like in the original Etherpad
|
||||
Look at https://github.com/ether/pad/blob/master/infrastructure/ace/www/easysync2.js
|
||||
You can find a explanation what a attribute pool is here:
|
||||
https://github.com/Pita/etherpad-lite/blob/master/doc/easysync/easysync-notes.txt
|
||||
|
||||
## Functions
|
||||
|
||||
- - -
|
||||
### createAttributePool ()
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue