瀏覽代碼

undefined is undefined.

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;