add reference to browserInfo function

This commit is contained in:
Andrew Bauer 2021-01-08 09:35:32 -06:00 committed by Isaac Connor
parent 50bf1d649f
commit 85da53f86f
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ function Dump(value, label) {
JQuery has deprecated its browser object. This function implements our own
browser object. It strikes a compromise between importing a full browser
detection js library and using the js navigator object in its umodified form.
This function derived from the following sample on stackoverflow:
https://stackoverflow.com/a/11219680
*/
function browserInfo() {