Procházet zdrojové kódy

undefined is undefined.

Raanan Weber před 7 roky
rodič
revize
a8049a0788
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Viewer/src/configuration/mappers.ts

+ 1 - 1
Viewer/src/configuration/mappers.ts

@@ -52,7 +52,7 @@ class HTMLMapper implements IMapper {
                         val = true;
                     } else if (val === "false") {
                         val = false;
-                    } else if (val === "undefeind") {
+                    } else if (val === "undefined") {
                         val = undefined;
                     } else if (val === "null") {
                         val = null;