diff options
author | John MacFarlane <[email protected]> | 2014-12-10 21:18:05 -0800 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2014-12-10 21:18:05 -0800 |
commit | f3b4629e5765b8a3762d129a92e3b270b953356d (patch) | |
tree | de658d69dfbfbd9bbccfb6c23b20efdd4dd8127f /js/lib/inlines.js | |
parent | a8c616ba29391c0ea8e20b2a240a72c05a3f0881 (diff) |
More js delinting.
Diffstat (limited to 'js/lib/inlines.js')
-rw-r--r-- | js/lib/inlines.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/lib/inlines.js b/js/lib/inlines.js index 0f12b3b..129f088 100644 --- a/js/lib/inlines.js +++ b/js/lib/inlines.js @@ -509,7 +509,7 @@ var parseCloseBracket = function(inlines) { var link_text; var i; var reflabel; - var opener, closer_above, tempstack; + var opener, closer_above; this.pos += 1; startpos = this.pos; @@ -676,7 +676,6 @@ var parseReference = function(s, refmap) { var title; var matchChars; var startpos = this.pos; - var m; // label: matchChars = this.parseLinkLabel(); |