Browse Source

undefined is undefined.

Raanan Weber 7 năm trước cách đây
mục cha
commit
a8049a0788
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;