From b7315dd608d8eb9fd793bd5bd8dd8677dd9a00b7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 25 Nov 2024 14:58:23 +0100 Subject: [PATCH] Expose the rest of the public classes Keep this repo open for all use cases it is intended to provide proofing services for. Even if there is no existing known client for it yet. --- service.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service.js b/service.js index 58ce148..38cd653 100644 --- a/service.js +++ b/service.js @@ -2237,4 +2237,7 @@ window.addEventListener('load', () => { }) window.BesService = BesService +window.BesDOMService = BesDOMService window.BesCKService = BesCKService +window.BesDOMPlainTextService = BesDOMPlainTextService +window.BesTAService = BesTAService