remove circular dep for dom weakmaps (#1449)

This commit is contained in:
Michael Rawlings 2019-11-05 12:59:42 -08:00 committed by GitHub
parent e6a80f1e95
commit 67bd66a108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
var runtimeId = require("./util").___runtimeId;
var counter = 0;
var seed = "M" + runtimeId;
var seed = "M" + Math.random().toFixed(5);
var WeakMap =
global.WeakMap ||
function WeakMap() {