mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
|
|
// pre-emptively shut down to clear resources
|
|
if (typeof IdentityService !== "undefined") {
|
|
IdentityService.shutdown();
|
|
} else if (typeof IDService !== "undefined") {
|
|
IDService.shutdown();
|
|
}
|
|
|