Files
tubestation/toolkit/identity/tests/unit/tail_identity.js
2012-07-06 16:27:33 -07:00

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();
}