correct "undefind" to "undefined"

This commit is contained in:
kapil verma 2014-05-13 05:20:30 +05:30
parent 2e102c72b2
commit b3cc121d43

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 !== 'undefind') {
var fs = require('fs');
if (fs) {