oops - left a stub of half of a comment. removed it.

This commit is contained in:
mathematicalcoffee 2012-11-21 15:54:15 +10:00
parent 280d98f00a
commit bc94dd03aa

View File

@ -63,7 +63,6 @@ function getParseFunction(parser, conf) {
return function(source) {
source = escapeUnderscores(source);
// by the parser)
return parser.parse(source, githubConf);
};
} else if (parser === parsers.evilstreak) {