diff --git a/src/static/js/AttributeManager.js b/src/static/js/AttributeManager.js index 5373a41d8..ed6bf1d68 100644 --- a/src/static/js/AttributeManager.js +++ b/src/static/js/AttributeManager.js @@ -83,9 +83,7 @@ AttributeManager.prototype = _(AttributeManager.prototype).extend({ // TODO if(hasMarker){ - ChangesetUtils.buildKeepRange(this.rep, builder, loc, (loc = [lineNum, 0]), [ - [attributeName, attributeValue] - ], this.rep.apool); + ChangesetUtils.buildKeepRange(this.rep, builder, loc, (loc = [lineNum, 0])); ChangesetUtils.buildRemoveRange(this.rep, builder, loc, (loc = [lineNum, 1])); }