mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Pad message handler detects lineattributemakers by asking Attribute manager
This commit is contained in:
parent
7418f08dc7
commit
0340c87996
2 changed files with 10 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue