Skip to content

Commit

Permalink
Get rid of temporary tab hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 9, 2012
1 parent 72098da commit 6d81416
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/addon-kit/lib/tabs.js
Expand Up @@ -23,6 +23,5 @@ Object.defineProperties(tabs, {
return browserWindows.activeWindow.tabs.open(options);
}}
});
// It's a hack but we will be able to remove it once will implement CommonJS
// feature that would allow us to override exports.
exports.__proto__ = tabs;

module.exports = tabs;

0 comments on commit 6d81416

Please sign in to comment.