Fixed typo in "undefind"

This commit is contained in:
arekkas 2014-03-16 19:30:42 +01:00
parent 2e102c72b2
commit 0acbb8e56d

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