mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
|
|
// pre-emptively shut down to clear resources
|
|
if (typeof IdentityService !== "undefined") {
|
|
IdentityService.shutdown();
|
|
} else if (typeof IDService !== "undefined") {
|
|
IDService.shutdown();
|
|
}
|
|
|