mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:48:01 +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)
|
if (func)
|
||||||
func = bind(function (func) { func(this._groups) }, this, func);
|
func = bind(function (func) { func(this._groups) }, this, func);
|
||||||
|
|
||||||
if (window.TabView && TabView._initFrame)
|
if (window.TabView && window.TabView._initFrame)
|
||||||
TabView._initFrame(func);
|
window.TabView._initFrame(func);
|
||||||
|
|
||||||
this._groups = iframe ? iframe.contentWindow : null;
|
this._groups = iframe ? iframe.contentWindow : null;
|
||||||
if (this._groups && !func)
|
if (this._groups && !func)
|
||||||
|
|||||||
Reference in New Issue
Block a user