Răsfoiți Sursa

style(converter.js): fix missing semi colon

Estevao Soares dos Santos 10 ani în urmă
părinte
comite
e7cb15f1e9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/converter.js

+ 1 - 1
src/converter.js

@@ -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) {