Ver código fonte

undefined is undefined.

Raanan Weber 7 anos atrás
pai
commit
a8049a0788
1 arquivos alterados com 1 adições e 1 exclusões
  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;