mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
remove circular dep for dom weakmaps (#1449)
This commit is contained in:
parent
e6a80f1e95
commit
67bd66a108
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user