Source code
Revision control
Copy as Markdown
Other Tools
export let Module2 = {
othertest(arg) {
Services.obs.notifyObservers(
null,
"test-modules-from-catman-other-notification",
arg
);
},
};