Pad message handler detects lineattributemakers by asking Attribute manager

This commit is contained in:
Matthias Bartelmeß 2012-04-07 01:05:25 +02:00
parent 7418f08dc7
commit 0340c87996
2 changed files with 10 additions and 2 deletions

View file

@ -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){