[Pkg-mozext-commits] [tabmixplus] 07/13: Error: this._tabviewData is undefined when TabView does not exist in the window (Pale Moon). Regressed by changeset ff6992185753

David Prévot taffit at moszumanska.debian.org
Wed Oct 29 01:34:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit e3ea04cb382ad5a29fce21b1633a116827611d9e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Oct 23 15:21:41 2014 +0300

    Error: this._tabviewData is undefined when TabView does not exist in the window (Pale Moon). Regressed by changeset ff6992185753
---
 chrome/content/session/session.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/session/session.js b/chrome/content/session/session.js
index f666686..fe50873 100644
--- a/chrome/content/session/session.js
+++ b/chrome/content/session/session.js
@@ -3741,6 +3741,7 @@ try{
   _aftertWindowStateReady: function() { },
   _saveTabviewData: function() { },
   _setTabviewTab: function() { },
+  _tabviewData: { },
 
   /* ............... DEPRECATED ............... */
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list