Correct spelling of undefined

This commit is contained in:
Ollie Relph 2014-02-21 17:49:55 +00:00
parent dd2bf84fde
commit c757a56601

View File

@ -117,7 +117,7 @@ var g_output_modifiers = [];
// Automatic Extension Loading (node only): // Automatic Extension Loading (node only):
// //
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefind') { if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefined') {
var fs = require('fs'); var fs = require('fs');
if (fs) { if (fs) {