etherpad-lite/doc/jsdoc/AttributePoolFactory.md

16 lines
466 B
Markdown
Raw Normal View History

2011-05-30 16:53:11 +02:00
# AttributePoolFactory
2011-05-29 22:30:56 +02:00
`require("./AttributePoolFactory");`
2011-05-30 16:53:11 +02:00
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
2011-05-29 22:30:56 +02:00
2011-05-30 16:53:11 +02:00
## Functions
2011-05-29 22:30:56 +02:00
2011-05-30 17:05:42 +02:00
- - -
2011-05-30 16:53:11 +02:00
### createAttributePool ()
2011-05-29 22:30:56 +02:00