mol_plot_all 1.2.1137 → 1.2.1139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/web.js CHANGED
@@ -996,9 +996,10 @@ var $;
996
996
  return right_cache;
997
997
  }
998
998
  else {
999
- left_cache = new WeakMap([[right, true]]);
999
+ left_cache = new WeakMap();
1000
1000
  $.$mol_compare_deep_cache.set(left, left_cache);
1001
1001
  }
1002
+ left_cache.set(right, true);
1002
1003
  let result;
1003
1004
  try {
1004
1005
  if (!left_proto)