mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
style(converter.js): fix missing semi colon
This commit is contained in:
parent
d86ed450a8
commit
e7cb15f1e9
|
@ -78,7 +78,7 @@ showdown.Converter = function (converterOptions) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw Error('Converter expects the passed parameter to be an object, but ' + typeof converterOptions +
|
throw Error('Converter expects the passed parameter to be an object, but ' + typeof converterOptions +
|
||||||
' was passed instead.')
|
' was passed instead.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.extensions) {
|
if (options.extensions) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user