mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-25 13:51:24 +02:00
use gBrowser#mTabContainer in preference to tabContainer
This commit is contained in:
+1
-1
@@ -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