summaryrefslogtreecommitdiff
path: root/src/static/js/AttributeManager.js
diff options
context:
space:
mode:
authorMatthias Bartelmeß <mba@fourplusone.de>2012-04-07 01:05:25 +0200
committerMatthias Bartelmeß <mba@fourplusone.de>2012-04-07 01:05:25 +0200
commit0340c87996655b3953d94a9b9a38bb92428aa341 (patch)
tree6559380ec336d018fcf8887e7e44030fe7dcb538 /src/static/js/AttributeManager.js
parent7418f08dc788b2f8a405fc20d73b088ee4413e85 (diff)
downloadetherpad-lite-0340c87996655b3953d94a9b9a38bb92428aa341.zip
Pad message handler detects lineattributemakers by asking Attribute manager
Diffstat (limited to 'src/static/js/AttributeManager.js')
-rw-r--r--src/static/js/AttributeManager.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/js/AttributeManager.js b/src/static/js/AttributeManager.js
index c6351e86..8359b1c1 100644
--- a/src/static/js/AttributeManager.js
+++ b/src/static/js/AttributeManager.js
@@ -29,6 +29,8 @@ var AttributeManager = function(rep, applyChangesetCallback)
// it will be considered as a line marker
};
+AttributeManager.lineAttributes = lineAttributes;
+
AttributeManager.prototype = _(AttributeManager.prototype).extend({
applyChangeset: function(changeset){