style(converter.js): fix missing semi colon

This commit is contained in:
Estevao Soares dos Santos 2015-06-03 02:50:57 +01:00
parent d86ed450a8
commit e7cb15f1e9

View File

@ -78,7 +78,7 @@ showdown.Converter = function (converterOptions) {
}
} else {
throw Error('Converter expects the passed parameter to be an object, but ' + typeof converterOptions +
' was passed instead.')
' was passed instead.');
}
if (options.extensions) {