pervert-monkey 1.0.21 → 1.0.22

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.
@@ -500,10 +500,10 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
500
500
  scheduler(runBatch);
501
501
  });
502
502
  }
503
- function containMutation(container, callback) {
503
+ function containMutation(container, mutation) {
504
504
  container.style.contain = "content";
505
505
  try {
506
- callback();
506
+ mutation();
507
507
  } finally {
508
508
  requestAnimationFrame(() => {
509
509
  requestAnimationFrame(() => {