diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-01-21 09:00:54 -0800 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-21 09:00:54 -0800 | 
| commit | d405cb3dda9626bd310d6d082c30882529559082 (patch) | |
| tree | ddb2faf3374c40c226fa7b60c70830d96d88c812 /js/lib | |
| parent | 84d48648f0a203befd666aa0c7dad32fa1a22710 (diff) | |
| parent | 492771ff3415a83b294299d7c752a5c7cd3a17cb (diff) | |
Merge pull request #290 from robinst/remove-unused-assignment-lastLineBlank
Dead code: Remove line assigning to Parser's _lastLineBlank property
Diffstat (limited to 'js/lib')
| -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  | 
