diff options
Diffstat (limited to 'js/lib')
-rw-r--r-- | js/lib/blocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/blocks.js b/js/lib/blocks.js index 476eb28..ddaa7b2 100644 --- a/js/lib/blocks.js +++ b/js/lib/blocks.js @@ -538,7 +538,7 @@ var incorporateLine = function(ln) { break; } else { // create paragraph container for line - container = this.addChild('Paragraph', this.lineNumber, offset); + this.addChild('Paragraph', offset); this.addLine(ln, offset); } } |