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 de98c59..b3b1a3b 100644 --- a/js/lib/blocks.js +++ b/js/lib/blocks.js @@ -537,7 +537,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); } } |