From 57e266a91da12aa14b9f4c1ba4d2ee70d6eada25 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 5 Sep 2005 23:38:05 +0000 Subject: [PATCH] Account for newer-defined JS-types (null and xml object) in js_type_str (for JS docs). --- src/sbbs3/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp index f08e989c58..02400cb16f 100644 --- a/src/sbbs3/main.cpp +++ b/src/sbbs3/main.cpp @@ -366,6 +366,8 @@ static const char *js_type_str[] = { "string", "number", "boolean", + "null", + "xml object", "array", "alias", "undefined" -- GitLab