diff options
author | Robin Stocker <robin@nibor.org> | 2015-01-21 19:47:07 +1100 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2015-01-21 19:47:07 +1100 |
commit | 492771ff3415a83b294299d7c752a5c7cd3a17cb (patch) | |
tree | ddb2faf3374c40c226fa7b60c70830d96d88c812 | |
parent | 84d48648f0a203befd666aa0c7dad32fa1a22710 (diff) |
Dead code: Remove line assigning to Parser's _lastLineBlank property
It looks like the line is unused (the property is on Node objects).
-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 476eb28..de98c59 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 |