Explorar o código

Fixed undefined typo

Estevão Soares dos Santos %!s(int64=10) %!d(string=hai) anos
pai
achega
24716d3520
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/showdown.js

+ 1 - 1
src/showdown.js

@@ -116,7 +116,7 @@ Showdown.converter = function (converter_options) {
 //
 // 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) {