From c32d4f3cd0c19c0cf1a96207adc253f6073014d4 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 --- core/util/browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/util/browser.js b/core/util/browser.js index 9a6d2c8a..8262692c 100644 --- a/core/util/browser.js +++ b/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';