richard pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
51c8a409
by Henry Wilkes at 2024-04-22T21:47:56+00:00
1 changed file:
Changes:
... | ... | @@ -2331,7 +2331,7 @@ const gNetworkStatus = { |
2331 | 2331 | /**
|
2332 | 2332 | * Un-initialize the area.
|
2333 | 2333 | */
|
2334 | - deinint() {
|
|
2334 | + uninit() {
|
|
2335 | 2335 | Services.obs.removeObserver(this, TorConnectTopics.StateChange);
|
2336 | 2336 | },
|
2337 | 2337 |