mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 12:24:13 +01:00
Add NEWS entry about :groups.
--HG-- branch : groups
This commit is contained in:
@@ -40,9 +40,11 @@ var Tabs = Module("tabs", {
|
||||
]]></>, /tab-./g, function (m) util.OS.isMacOSX ? "tab-mac" : m),
|
||||
false, true);
|
||||
|
||||
for (let { linkedBrowser: { contentDocument } } in values(this.allTabs))
|
||||
if (contentDocument.readyState === "complete")
|
||||
dactyl.initDocument(contentDocument);
|
||||
this.timeout(function () {
|
||||
for (let { linkedBrowser: { contentDocument } } in values(this.allTabs))
|
||||
if (contentDocument.readyState === "complete")
|
||||
dactyl.initDocument(contentDocument);
|
||||
});
|
||||
},
|
||||
|
||||
cleanup: function cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user