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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user