Remove a tab, kick tinderboxen to see if oranges are spurious or not

This commit is contained in:
Jeff Walden 2009-01-13 23:03:42 -08:00
Родитель beb9574ea5
Коммит d0f5b7ccad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -930,7 +930,7 @@ test(deep2);
function heavyFn1(i) {
if (i == 3) {
var x = 3;
var x = 3;
return [0, i].map(function (i) i + x);
}
return [];