summaryrefslogtreecommitdiff
path: root/js/lib/inlines.js
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-10 10:23:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-10 10:23:55 -0800
commit24c277e407fd328171602e397f48cbd76e135120 (patch)
tree8d5931490c86572e4feeb99a7178b7e994f9cae3 /js/lib/inlines.js
parent54c40bbc4bd09bce30ff6a45e9a9fcb08073a3c1 (diff)
Removed unnec. comment.
Diffstat (limited to 'js/lib/inlines.js')
-rw-r--r--js/lib/inlines.js1
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;