Fix 'undefind' typo in showdown.js

Fix undefind -> should be undefined
This commit is contained in:
Robbie Mackay 2014-12-16 14:56:02 +13:00
parent 053288f2fe
commit b089ec6f76

View File

@ -117,7 +117,7 @@ var g_output_modifiers = [];
// 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) {