From b448dbf32e29fc931ec03435fb3f0d4fc720f4b6 Mon Sep 17 00:00:00 2001 From: jahorton Date: Fri, 15 May 2020 13:52:23 +0700 Subject: [PATCH] change(web): cleans up web UI module dependencies --- common/core/web/keyboard-processor/src/text/outputTarget.ts | 3 +-- web/source/kmwuifloat.ts | 4 ---- web/source/kmwuitoggle.ts | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/common/core/web/keyboard-processor/src/text/outputTarget.ts b/common/core/web/keyboard-processor/src/text/outputTarget.ts index 3afb3be863..87c0382ab6 100644 --- a/common/core/web/keyboard-processor/src/text/outputTarget.ts +++ b/common/core/web/keyboard-processor/src/text/outputTarget.ts @@ -3,8 +3,7 @@ // Defines the KeyEvent type. /// -// Also relies on string-extensions provided by the web-utils package -// TODO: Consider making this either its own package or part of web-utils. +// Also relies on string-extensions provided by the web-utils package. namespace com.keyman.text { export class TextTransform implements Transform { diff --git a/web/source/kmwuifloat.ts b/web/source/kmwuifloat.ts index c7ad391e60..f5abea7ab1 100644 --- a/web/source/kmwuifloat.ts +++ b/web/source/kmwuifloat.ts @@ -1,8 +1,4 @@ -/// /// -/// -// Includes KMW-added property declaration extensions for HTML elements. -/// /*** KeymanWeb 11.0 diff --git a/web/source/kmwuitoggle.ts b/web/source/kmwuitoggle.ts index 6f4866f4fd..49214e299e 100644 --- a/web/source/kmwuitoggle.ts +++ b/web/source/kmwuitoggle.ts @@ -1,8 +1,4 @@ -/// /// -/// -// Includes KMW-added property declaration extensions for HTML elements. -/// /*** KeymanWeb 11.0