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