blob: f4674b840c7d95acf51e1a0e5311c17a49902257 (
plain)
1
2
3
4
5
6
|
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
Components.utils.import("resource://gre/modules/Services.jsm");
Services.cpmm.sendAsyncMessage("my-addon-1");
|