Files
palemoon27/toolkit/devtools/apps/tests/unit/tail_apps.js
T

7 lines
137 B
JavaScript

if (gClient) {
// Close the test remote connection before leaving this test
gClient.close(function () {
run_next_test();
});
}