mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
|
|
//
|
||
|
|
// Load standard base class for network tests into child process
|
||
|
|
//
|
||
|
|
|
||
|
|
Components.utils.import('resource://gre/modules/XPCOMUtils.jsm');
|
||
|
|
|
||
|
|
load("../unit/head_channels.js");
|
||
|
|
|