1
0
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:
Kris Maglione
2011-06-02 00:17:11 -04:00
parent 1d01dc70c3
commit 8240744263

View File

@@ -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); }