OpenINF / openinf.github.io

Usage of strict mode against recommended approach JS-0118
Bug risk
Minor
1 occurrence in this check
Prefer using strict mode in the global scope.
  2// This file (and *only* this file) is released under the ISC license:
  3// https://opensource.org/licenses/ISC
  4;(function() {
  5	'use strict';  6
  7	if (window.goatcounter && window.goatcounter.vars)  // Compatibility with very old version; do not use.
  8		window.goatcounter = window.goatcounter.vars