From 39d0b149a9e1d077ee5b904068ccc14396fa3f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Fri, 6 Apr 2012 17:44:34 +0200 Subject: [PATCH] corrected documentation on Attribute Manager --- src/static/js/AttributeManager.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/js/AttributeManager.js b/src/static/js/AttributeManager.js index 0b10274d2..c6351e868 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. */