[PATCH] Fix bare TabView references

31 views
Skip to first unread message

Zhong Jianxin (azuwis)

unread,
Sep 6, 2012, 10:11:08 PM9/6/12
to dactyl-...@googlegroups.com
# HG changeset patch
# User Zhong Jianxin (azuwis) <azu...@gmail.com>
# Date 1346734953 -28800
# Branch cpg-hack
# Node ID 0a0029fa35f8133fdf32367a55eefa0c40698d37
# Parent 34b43f941a44630c8eb89a182426544ba7e395cd
Fix bare TabView references.

diff -r 34b43f941a44 -r 0a0029fa35f8 common/content/tabs.js
--- a/common/content/tabs.js Mon Sep 03 11:28:36 2012 -0700
+++ b/common/content/tabs.js Tue Sep 04 13:02:33 2012 +0800
@@ -235,8 +235,8 @@
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)

Kris Maglione

unread,
Sep 14, 2012, 11:32:14 PM9/14/12
to Zhong Jianxin (azuwis), dactyl-...@googlegroups.com
Cheers.
--
Kris Maglione

Sufficiently advanced incompetence is indistinguishable from malice.

Reply all
Reply to author
Forward
0 new messages