From e7a5aa271e73df148bb1e7c9e42c7e036ac363ce Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Wed, 23 Oct 2019 17:08:56 +0200 Subject: [PATCH] Add short description at the top of browser.js --- kasmweb/core/util/browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kasmweb/core/util/browser.js b/kasmweb/core/util/browser.js index 9a6d2c8..8262692 100644 --- a/kasmweb/core/util/browser.js +++ b/kasmweb/core/util/browser.js @@ -4,6 +4,8 @@ * Licensed under MPL 2.0 (see LICENSE.txt) * * See README.md for usage and integration instructions. + * + * Browser feature support detection */ import * as Log from './logging.js';