mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
|
|
var Cc = Components.classes;
|
||
|
|
var Ci = Components.interfaces;
|
||
|
|
var Cu = Components.utils;
|
||
|
|
var Cr = Components.results;
|