diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-10 10:23:55 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-10 10:23:55 -0800 |
commit | 24c277e407fd328171602e397f48cbd76e135120 (patch) | |
tree | 8d5931490c86572e4feeb99a7178b7e994f9cae3 | |
parent | 54c40bbc4bd09bce30ff6a45e9a9fcb08073a3c1 (diff) |
Removed unnec. comment.
-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; |