Bug 674929 - assignment to undeclared variable in browser_tabview_undo_group.js; r=ehsan DONTBUILD

This commit is contained in:
Tim Taubert 2011-07-28 18:03:55 +02:00
parent fea070effe
commit 60348b5a8e

View File

@ -25,7 +25,7 @@ function onTabViewWindowLoaded() {
// create a group item
let groupItem = createGroupItemWithBlankTabs(window, 300, 300, 400, 1);
groupItemId = groupItem.id;
let groupItemId = groupItem.id;
is(groupItem.getChildren().length, 1, "The new group has a tab item");
// start the tests
waitForFocus(function() {