Raanan Weber пре 7 година
родитељ
комит
a8049a0788
1 измењених фајлова са 1 додато и 1 уклоњено
  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;