From 24c277e407fd328171602e397f48cbd76e135120 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Jan 2015 10:23:55 -0800 Subject: Removed unnec. comment. --- js/lib/inlines.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/lib') 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; -- cgit v1.2.3