From fdabc5ce14bce56f7974d8e20d95ad743c6b628c Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Fri, 20 Oct 2023 15:26:10 +0200 Subject: [PATCH] Make pauseObserving and resumeObserving public This is consistent with mozilla-central. --- fluent-dom/src/dom_localization.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fluent-dom/src/dom_localization.js b/fluent-dom/src/dom_localization.js index b6d817c3..21d1bfbd 100644 --- a/fluent-dom/src/dom_localization.js +++ b/fluent-dom/src/dom_localization.js @@ -191,8 +191,6 @@ export default class DOMLocalization extends Localization { /** * Pauses the `MutationObserver`. - * - * @private */ pauseObserving() { if (!this.mutationObserver) { @@ -205,8 +203,6 @@ export default class DOMLocalization extends Localization { /** * Resumes the `MutationObserver`. - * - * @private */ resumeObserving() { if (!this.mutationObserver) {