diff --git a/src/static/js/AttributeManager.js b/src/static/js/AttributeManager.js index c6351e868..f81c0818d 100644 --- a/src/static/js/AttributeManager.js +++ b/src/static/js/AttributeManager.js @@ -132,9 +132,7 @@ AttributeManager.prototype = _(AttributeManager.prototype).extend({ var hasMarker = this.lineHasMarker(lineNum); 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])); }