1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:28:00 +01:00

Fix :reloadall.

This commit is contained in:
Doug Kearns
2011-03-26 00:32:53 +11:00
parent cf90827bb8
commit aa7d16d373

View File

@@ -379,7 +379,7 @@ var Tabs = Module("tabs", {
reloadAll: function (bypassCache) { reloadAll: function (bypassCache) {
this.visibleTabs.forEach(function (tab) { this.visibleTabs.forEach(function (tab) {
try { try {
this.reload(config.tabbrowser.mTabs[i], bypassCache); tabs.reload(tab, bypassCache);
} }
catch (e) { catch (e) {
dactyl.reportError(e, true); dactyl.reportError(e, true);