Skip to content
Snippets Groups Projects
Verified Commit c7f65711 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40807: Added QRCode.js to toolkit/modules

Bug 42246: Migrate tor connection stuff from browser to toolkit
parent 3e315eba
No related branches found
No related tags found
1 merge request!849Bug 42276: Rebase alpha onto 115.5.0esr
......@@ -11,9 +11,7 @@
* @see <a href="http://jeromeetienne.github.com/jquery-qrcode/" target="_blank">http://jeromeetienne.github.com/jquery-qrcode/</a>
*/
var EXPORTED_SYMBOLS = ["QRCode"];
var QRCode;
export var QRCode;
(function () {
//---------------------------------------------------------------------
......
......@@ -203,7 +203,7 @@ EXTRA_JS_MODULES += [
"ProcessType.sys.mjs",
"ProfileAge.sys.mjs",
"PromiseUtils.sys.mjs",
"QRCode.jsm",
"QRCode.sys.mjs",
"Region.sys.mjs",
"RemotePageAccessManager.sys.mjs",
"ResetProfile.sys.mjs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment