mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Switched to correct exporting syntax
This commit is contained in:
parent
6e5f1f5072
commit
994d338eec
|
@ -1338,4 +1338,4 @@ var escapeCharacters_callback = function(wholeMatch,m1) {
|
|||
} // end of Showdown.converter
|
||||
|
||||
// export
|
||||
if (typeof exports != 'undefined') exports.Showdown = Showdown;
|
||||
if (typeof module !== 'undefined') module.exports = Showdown;
|
||||
|
|
Loading…
Reference in New Issue
Block a user