mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 15:58:33 +00:00
7 lines
276 B
JavaScript
7 lines
276 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
"use strict";
|
|
|
|
exports.EXAMPLE_URL = "http://example.com/browser/devtools/client/performance/test";
|
|
exports.SIMPLE_URL = `${exports.EXAMPLE_URL}/doc_simple-test.html`;
|