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

Fix bare TabView references.

--HG--
extra : transplant_source : pK%E8%CC%D1%10%23%E0A%93%3E%FE%0B%01E%D1%AC%07w%25
This commit is contained in:
Zhong Jianxin (azuwis)
2012-09-04 13:02:33 +08:00
parent c84970290a
commit 7212dd412c

View File

@@ -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)