aboutsummaryrefslogtreecommitdiff
path: root/js/lib/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/blocks.js')
-rw-r--r--js/lib/blocks.js2
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);
}
}