diff options
-rw-r--r-- | js/lib/blocks.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/lib/blocks.js b/js/lib/blocks.js index ddaa7b2..b3b1a3b 100644 --- a/js/lib/blocks.js +++ b/js/lib/blocks.js @@ -489,7 +489,6 @@ var incorporateLine = function(ln) { this.tip._strings.length > 0) { // lazy paragraph continuation - this._lastLineBlank = false; this.addLine(ln, offset); } else { // not a lazy continuation |