etherpad-lite/doc/jsdoc/utils/AttributePoolFactory.md

16 lines
472 B
Markdown
Raw Normal View History

2011-07-30 17:15:45 +01:00
# utils/AttributePoolF
`require("./utils/AttributePoolFactory");`
2011-05-29 21:30:56 +01:00
2011-05-30 15:53:11 +01: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 21:30:56 +01:00
2011-05-30 15:53:11 +01:00
## Functions
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### createAttributePool ()
2011-05-29 21:30:56 +01:00