Skip to content

Commit c5c44b8

Browse files
authored
feat!: Make pauseObserving and resumeObserving public (#623)
This is consistent with mozilla-central.
1 parent 9522dcf commit c5c44b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fluent-dom/src/dom_localization.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ export default class DOMLocalization extends Localization {
191191

192192
/**
193193
* Pauses the `MutationObserver`.
194-
*
195-
* @private
196194
*/
197195
pauseObserving() {
198196
if (!this.mutationObserver) {
@@ -205,8 +203,6 @@ export default class DOMLocalization extends Localization {
205203

206204
/**
207205
* Resumes the `MutationObserver`.
208-
*
209-
* @private
210206
*/
211207
resumeObserving() {
212208
if (!this.mutationObserver) {

0 commit comments

Comments
 (0)