Fixed typo 'undefind' -> 'undefined'

This commit is contained in:
Srikumar K. S 2013-07-13 16:02:56 +05:30
parent 2e102c72b2
commit 1e6da69ecf

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