richard pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/components/torpreferences/content/connectionPane.js
    ... ... @@ -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