From 7212dd412c504b71b949a0e05ebd3abfc508809c Mon Sep 17 00:00:00 2001 From: "Zhong Jianxin (azuwis)" Date: Tue, 4 Sep 2012 13:02:33 +0800 Subject: [PATCH] Fix bare TabView references. --HG-- extra : transplant_source : pK%E8%CC%D1%10%23%E0A%93%3E%FE%0B%01E%D1%AC%07w%25 --- common/content/tabs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/tabs.js b/common/content/tabs.js index c6e9d5a0..819afdb2 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -239,8 +239,8 @@ var Tabs = Module("tabs", { if (func) func = bind(function (func) { func(this._groups) }, this, func); - if (window.TabView && TabView._initFrame) - TabView._initFrame(func); + if (window.TabView && window.TabView._initFrame) + window.TabView._initFrame(func); this._groups = iframe ? iframe.contentWindow : null; if (this._groups && !func)