updates to camp and things
This commit is contained in:
parent
16e1340a7c
commit
7724a42e73
442 changed files with 97335 additions and 8 deletions
|
@ -0,0 +1,12 @@
|
|||
goog.loadModule(function(exports) {
|
||||
"use strict";
|
||||
goog.module("goog.labs.userAgent.highEntropy.highEntropyData");
|
||||
const {HighEntropyValue} = goog.require("goog.labs.userAgent.highEntropy.highEntropyValue");
|
||||
const fullVersionList = new HighEntropyValue("fullVersionList");
|
||||
exports.fullVersionList = fullVersionList;
|
||||
const platformVersion = new HighEntropyValue("platformVersion");
|
||||
exports.platformVersion = platformVersion;
|
||||
return exports;
|
||||
});
|
||||
|
||||
//# sourceMappingURL=goog.labs.useragent.highentropy.highentropydata.js.map
|
Loading…
Add table
Add a link
Reference in a new issue