corrected documentation on Attribute Manager
parent
d61cdf57cc
commit
39d0b149a9
|
@ -11,10 +11,10 @@ var lineMarkerAttribute = 'lmkr';
|
||||||
var lineAttributes = [lineMarkerAttribute,'list'];
|
var lineAttributes = [lineMarkerAttribute,'list'];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The Attribute manager builds changesets based on a SkipList
|
The Attribute manager builds changesets based on a document
|
||||||
for setting and removing range or line-based Attributes.
|
representation for setting and removing range or line-based attributes.
|
||||||
|
|
||||||
@param rep the SkipList 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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue