mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 00:53:31 +01:00
Fix typo.
This commit is contained in:
@@ -23,7 +23,7 @@ function init(id) {
|
|||||||
ADDON_ID = id;
|
ADDON_ID = id;
|
||||||
|
|
||||||
Services.obs[id ? "addObserver" : "removeObserver"](observe, "chrome-document-global-created", false);
|
Services.obs[id ? "addObserver" : "removeObserver"](observe, "chrome-document-global-created", false);
|
||||||
for (let doc in chromeDocuments)
|
for (let doc in chromeDocuments())
|
||||||
checkDocument(doc, !id);
|
checkDocument(doc, !id);
|
||||||
}
|
}
|
||||||
function cleanup() { init(null); }
|
function cleanup() { init(null); }
|
||||||
|
|||||||
Reference in New Issue
Block a user