browser.js calls gTorConnectUrlbarButton.uninit but it's deinit
In browser.js
we have gTorConnectUrlbarButton.uninit()
, but it's gTorConnectUrlbarButton.deinit()
(see !639 (merged)).
We should either rename the method (my preference, for consistency with the rest of the code), or change the call in browser.js
.
/cc @henry