mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
documentation on AttributeManager
This commit is contained in:
parent
62c9b1c25e
commit
2406800cd6
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ var lineAttributes = [lineMarkerAttribute,'list'];
|
||||||
@param rep the document representation to be used
|
@param rep the document representation to be used
|
||||||
@param applyChangesetCallback this callback will be called
|
@param applyChangesetCallback this callback will be called
|
||||||
once a changeset has been built.
|
once a changeset has been built.
|
||||||
|
|
||||||
|
|
||||||
|
A document representation contains
|
||||||
|
- an array `alines` containing 1 attributes string for each line
|
||||||
|
- an Attribute pool `apool`
|
||||||
|
- a SkipList `lines` containing the text lines of the document.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var AttributeManager = function(rep, applyChangesetCallback)
|
var AttributeManager = function(rep, applyChangesetCallback)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue