summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-10-23 17:08:56 +0200
committerSamuel Mannehed <samuel@cendio.se>2020-01-02 11:30:34 +0100
commitc32d4f3cd0c19c0cf1a96207adc253f6073014d4 (patch)
tree4d86eaf443fa4bde02c9a5b21d714a7b58dd2afa
parente52a278ed7aca2f2c0831e3ceabefcdb39581620 (diff)
downloadnovnc-c32d4f3cd0c19c0cf1a96207adc253f6073014d4.tar.gz
Add short description at the top of browser.js
-rw-r--r--core/util/browser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/util/browser.js b/core/util/browser.js
index 9a6d2c8..8262692 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';