mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Correct spelling of undefined
This commit is contained in:
parent
2e102c72b2
commit
dd2bf84fde
|
@ -117,7 +117,7 @@ var g_output_modifiers = [];
|
||||||
// Automatic Extension Loading (node only):
|
// Automatic Extension Loading (node only):
|
||||||
//
|
//
|
||||||
|
|
||||||
if (typeof module !== 'undefind' && typeof exports !== 'undefined' && typeof require !== 'undefind') {
|
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefind') {
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
|
|
||||||
if (fs) {
|
if (fs) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user