1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 17:32:26 +01:00

Move some things around. Fix bug in last commit (I've already forgotten which).

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-09 08:11:25 -05:00
parent d6d126a5ab
commit d4f9f9909c
5 changed files with 346 additions and 355 deletions

View File

@@ -39,6 +39,10 @@ var Tabs = Module("tabs", {
xul|tab { -moz-binding: url(chrome://dactyl/content/bindings.xml#tab) !important; }
]]></>, /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);
},
cleanup: function cleanup() {