From 1635cd86070852bcfe40bc03e4851d7ab678ba2a Mon Sep 17 00:00:00 2001 From: Ville Kentta Date: Sat, 24 Feb 2018 11:05:43 +0200 Subject: [PATCH] Add samsungBrowser to browser version typings --- typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings.d.ts b/typings.d.ts index cb247c2..54a4b3b 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -39,6 +39,7 @@ declare namespace bowser { android: boolean; ios: boolean; opera: boolean; + samsungBrowser: boolean; phantom: boolean; blackberry: boolean; webos: boolean;