Bug 652802, followup 2, nit fix

This commit is contained in:
Alexander Surkov 2011-08-09 18:31:59 +09:00
parent 9dc8941a50
commit bed967623d

View File

@ -74,7 +74,7 @@
};
registerA11yEventListener(EVENT_REORDER, handler);
tabBrowser.loadTabs(["about:", "about:mozilla"], false, true);
tabBrowser.loadTabs(docURIs, false, true);
}
function testRelations()