diff options
author | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-06 17:44:34 +0200 |
---|---|---|
committer | Matthias Bartelmeß <mba@fourplusone.de> | 2012-04-06 17:44:34 +0200 |
commit | 39d0b149a9e1d077ee5b904068ccc14396fa3f43 (patch) | |
tree | 15cd84da1f4416675d5c8e62cae5772e4312162c | |
parent | d61cdf57cc2de2b0ac45100d5cd717d98ab002ad (diff) | |
download | etherpad-lite-39d0b149a9e1d077ee5b904068ccc14396fa3f43.zip |
corrected documentation on Attribute Manager
-rw-r--r-- | src/static/js/AttributeManager.js | 6 |
1 files changed, 3 insertions, 3 deletions
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. */ |