1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:57:58 +01:00

use gBrowser#mTabContainer in preference to tabContainer

This commit is contained in:
Doug Kearns
2007-12-02 08:53:40 +00:00
parent 5e56767701
commit b9f3270e50
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ vimperator.Events = function () //{{{
//document.getElementById("content").onclick = function (event) { alert("foo"); };
// any tab related events
var tabcontainer = getBrowser().tabContainer;
var tabcontainer = getBrowser().mTabContainer;
tabcontainer.addEventListener("TabMove", function (event)
{
vimperator.statusline.updateTabCount();