browser_scope.js
Go to the documentation of this file.
1 function test() {
2  ok(!!gBrowser, "gBrowser exists");
3  is(gBrowser, getBrowser(), "both ways of getting tabbrowser work");
4 }
function getBrowser() gBrowser
function test()
Definition: browser_scope.js:1