Merge branch 'master' of github.com:piroor/treestyletab
This commit is contained in:
commit
5dfbffc0be
@ -493,7 +493,9 @@ var TreeStyleTabUtils = {
|
|||||||
while (targets.hasMoreElements())
|
while (targets.hasMoreElements())
|
||||||
{
|
{
|
||||||
let target = targets.getNext()
|
let target = targets.getNext()
|
||||||
.QueryInterface(Ci.nsIDOMWindowInternal);
|
.QueryInterface(Ci.nsIDOMWindow);
|
||||||
|
if ('nsIDOMWindowInternal' in Ci) // for Firefox 7 or olders
|
||||||
|
target = target.QueryInterface(Ci.nsIDOMWindowInternal);
|
||||||
windows.push(target);
|
windows.push(target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user