From 871c50bb2b374f865a643a1be72ddc170a2d24d8 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Fri, 30 Sep 2022 12:46:57 +0700 Subject: [PATCH] docs(web): re-documents a couple of vars (see #7387) --- web/source/kmwbase.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/source/kmwbase.ts b/web/source/kmwbase.ts index 3ef17d0946..0cfd1b5b62 100644 --- a/web/source/kmwbase.ts +++ b/web/source/kmwbase.ts @@ -54,8 +54,8 @@ namespace com.keyman { _MasterDocument = null; // Document with controller (to allow iframes to distinguish local/master control) _HotKeys = []; // Array of document-level hotkey objects warned = false; // Warning flag (to prevent multiple warnings) - baseFont = 'sans-serif'; // Default font for mapped input elements - appliedFont = ''; // Chain of fonts to be applied to mapped input elements + baseFont = 'sans-serif'; // Default page font (utilized by the OSK) + appliedFont = ''; // Chain of fonts to be applied to OSK elements srcPath = ''; // Path to folder containing executing keymanweb script rootPath = ''; // Path to server root protocol = ''; // Protocol used for the KMW script.