Updated exports syntax to work like README demonstrates

This commit is contained in:
Titus 2012-06-13 20:26:42 -06:00
parent 5729aa9c8c
commit c5ead005b1

View File

@ -1335,4 +1335,4 @@ var escapeCharacters_callback = function(wholeMatch,m1) {
} // end of Showdown.converter
// export
if (typeof exports != 'undefined') exports = Showdown;
if (typeof exports != 'undefined') exports.Showdown = Showdown;