From 1afb236c2d6828883e139652dd8c89d8949b8039 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Wed, 26 May 2021 18:50:18 +0200 Subject: Version v1.0.2 --- src/modules/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/helpers.ts') diff --git a/src/modules/helpers.ts b/src/modules/helpers.ts index 862f121..ab5ed15 100644 --- a/src/modules/helpers.ts +++ b/src/modules/helpers.ts @@ -2,7 +2,7 @@ export default class Helpers { //@ts-expect-error readonly chatListScroll = $("#chatlist").tinyscrollbar(); - isColor(strColor: string) { + isColor(strColor: string): boolean { const s = new Option().style; s.color = strColor; return s.color !== ""; -- cgit v1.3.1