mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 17:59:55 +00:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
if (gClient) {
|
|
// Close the test remote connection before leaving this test
|
|
gClient.close(function () {
|
|
run_next_test();
|
|
});
|
|
}
|