mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 19:17:59 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -64,7 +64,7 @@ var Tabs = Module("tabs", {
|
||||
|
||||
_mappingCount: 0,
|
||||
|
||||
_alternates: Class.memoize(function () [config.tabbrowser.mCurrentTab, null]),
|
||||
_alternates: Class.Memoize(function () [config.tabbrowser.mCurrentTab, null]),
|
||||
|
||||
cleanup: function cleanup() {
|
||||
for (let [i, tab] in Iterator(this.allTabs)) {
|
||||
|
||||
Reference in New Issue
Block a user