comparison: toolkit/identity/tests/unit/tail_identity.js
toolkit/identity/tests/unit/tail_identity.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 |
|
2 // pre-emptively shut down to clear resources |
|
3 if (typeof IdentityService !== "undefined") { |
|
4 IdentityService.shutdown(); |
|
5 } else if (typeof IDService !== "undefined") { |
|
6 IDService.shutdown(); |
|
7 } |
|
8 |