corrected documentation on Attribute Manager

pull/599/head
Matthias Bartelmeß 2012-04-06 17:44:34 +02:00
parent d61cdf57cc
commit 39d0b149a9
1 changed files with 3 additions and 3 deletions

View File

@ -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.
*/ */