Skip to content

Commit

Permalink
feat!: Make pauseObserving and resumeObserving public (#623)
Browse files Browse the repository at this point in the history
This is consistent with mozilla-central.
  • Loading branch information
calixteman committed Feb 28, 2024
1 parent 9522dcf commit c5c44b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fluent-dom/src/dom_localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export default class DOMLocalization extends Localization {

/**
* Pauses the `MutationObserver`.
*
* @private
*/
pauseObserving() {
if (!this.mutationObserver) {
Expand All @@ -205,8 +203,6 @@ export default class DOMLocalization extends Localization {

/**
* Resumes the `MutationObserver`.
*
* @private
*/
resumeObserving() {
if (!this.mutationObserver) {
Expand Down

0 comments on commit c5c44b8

Please sign in to comment.