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'];
/*
The Attribute manager builds changesets based on a SkipList
for setting and removing range or line-based Attributes.
The Attribute manager builds changesets based on a document
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
once a changeset has been built.
*/