mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
docs(web): re-documents a couple of vars (see #7387)
This commit is contained in:
parent
312b19c3ef
commit
871c50bb2b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue