From 492771ff3415a83b294299d7c752a5c7cd3a17cb Mon Sep 17 00:00:00 2001 From: Robin Stocker Date: Wed, 21 Jan 2015 19:47:07 +1100 Subject: Dead code: Remove line assigning to Parser's _lastLineBlank property It looks like the line is unused (the property is on Node objects). --- js/lib/blocks.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js') 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 -- cgit v1.2.3