mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
10 lines
282 B
JavaScript
10 lines
282 B
JavaScript
|
|
/* Any copyright is dedicated to the Public Domain.
|
||
|
|
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
||
|
|
|
||
|
|
var {classes: Cc, interfaces: Ci, results: Cr, utils: Cu} = Components;
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
(function initCloudSyncTestingInfrastructure () {
|
||
|
|
do_get_profile();
|
||
|
|
}).call(this);
|