Skip to content

Commit 5e0ca68

Browse files
committed
Remove unnecessary extension's module
1 parent ebd4be5 commit 5e0ca68

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

MessageManager/lib/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
"use strict";
44

5-
const { MyExtension } = require("./myExtension.js");
65
const { MyPanel } = require("./myPanel.js");
76

87
/**
98
* Application entry point. Read MDN to learn more about Add-on SDK:
109
* https://developer.mozilla.org/en-US/Add-ons/SDK
1110
*/
1211
function main(options, callbacks) {
13-
// Initialize extension object (singleton).
14-
MyExtension.initialize(options);
1512
}
1613

1714
function onUnload(reason) {
18-
MyExtension.shutdown(reason);
1915
}
2016

2117
// Exports from this module

MessageManager/lib/myExtension.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)