From 6fa94712920186929f0fae020176aaf7e398cf7a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 10 Nov 2020 17:51:39 +0100 Subject: [PATCH] remove trailing whitespace --- src/platform/web/Platform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/Platform.js b/src/platform/web/Platform.js index 0f5222bd..745122d9 100644 --- a/src/platform/web/Platform.js +++ b/src/platform/web/Platform.js @@ -101,7 +101,7 @@ export class Platform { this.request = xhrRequest; } const isIE11 = !!window.MSInputMethodContext && !!document.documentMode; - this.isIE11 = isIE11; + this.isIE11 = isIE11; } get updateService() {