docs(converter.js): fix return type of Converter function

This commit is contained in:
Estevão Soares dos Santos 2015-08-23 02:21:00 +01:00
parent 7dc3fb1d25
commit 636fd5959d
5 changed files with 1 additions and 6 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

Binary file not shown.

View File

@ -6,12 +6,7 @@
* Showdown Converter class
* @class
* @param {object} [converterOptions]
* @returns {
* {makeHtml: Function},
* {setOption: Function},
* {getOption: Function},
* {getOptions: Function}
* }
* @returns {Converter}
*/
showdown.Converter = function (converterOptions) {
'use strict';