blob: 3fb5bdf956aa6566ec21ff3a4ab5740137d91748 (
plain)
1
2
3
4
5
6
|
/**
* File which includes stuff for Mozilla-specific checks which shouldn't happen
* in other browsers but which we wish to test.
*/
var isMozilla = navigator.product === "Gecko" && "buildID" in navigator;
|