diff --git a/src/static/js/AttributeManager.js b/src/static/js/AttributeManager.js index 0b10274d..c6351e86 100644 --- a/src/static/js/AttributeManager.js +++ b/src/static/js/AttributeManager.js @@ -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. */