Fixed undefined typo

This commit is contained in:
Estevão Soares dos Santos 2015-01-04 21:53:40 +00:00
parent 3cad130b9b
commit 24716d3520

View File

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