mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Fixed undefined typo
This commit is contained in:
parent
3cad130b9b
commit
24716d3520
|
@ -116,7 +116,7 @@ Showdown.converter = function (converter_options) {
|
|||
//
|
||||
// Automatic Extension Loading (node only):
|
||||
//
|
||||
if (typeof module !== 'undefind' && typeof exports !== 'undefined' && typeof require !== 'undefind') {
|
||||
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefined') {
|
||||
var fs = require('fs');
|
||||
|
||||
if (fs) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user