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