From adccc87f3792b2ea2fd0a158fb2b3e2141e88dab Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Tue, 28 Nov 2017 10:29:27 +0700 Subject: [PATCH] Added comment on the TSS_ constants. --- web/source/kmwbase.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/source/kmwbase.js b/web/source/kmwbase.js index d34c5ebfa9..501584b602 100644 --- a/web/source/kmwbase.js +++ b/web/source/kmwbase.js @@ -78,6 +78,8 @@ if(!window['keyman']['loaded']) { var ui = keymanweb['ui'] = {}; var kbdInterface = keymanweb['interface'] = { + // Cross-reference with /windows/src/global/inc/Compiler.h - these are the Developer codes for the respective system stores. + // They're named here identically to their use in that header file. TSS_LAYER: 33, TSS_PLATFORM: 31,