Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinswnaf committed Aug 12, 2014
1 parent 4bae083 commit dafef80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Tabs.on("pageshow", function (tab) {
worker.port.on("unload", function () {
console.error("closing/deactivating: " + tab.url);
mlab.removeWorker();
mlab.setVisibleTest(null);
tabId = -1;
});
worker.port.emit("initialize", null);
Expand Down

0 comments on commit dafef80

Please sign in to comment.