diff options
-rw-r--r-- | js/lib/inlines.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/lib/inlines.js b/js/lib/inlines.js index 4370df7..0dc5e3c 100644 --- a/js/lib/inlines.js +++ b/js/lib/inlines.js @@ -760,7 +760,6 @@ var parseReference = function(s, refmap) { this.pos = beforetitle; } - // FIXME // make sure we're at line end: if (this.match(/^ *(?:\n|$)/) === null) { this.pos = startpos; |