mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Fixing space
Means https://github.com/mdn/content/pull/8644 can be merged
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
/**
|
||||
* Listen for messages from the background script.
|
||||
* Call "beastify()" or "reset()".
|
||||
*/
|
||||
*/
|
||||
browser.runtime.onMessage.addListener((message) => {
|
||||
if (message.command === "beastify") {
|
||||
insertBeast(message.beastURL);
|
||||
|
||||
Reference in New Issue
Block a user