diff --git a/mozilla/testing/tests/l10n/web/search-code.js b/mozilla/testing/tests/l10n/web/search-code.js index 8cee82e3e4b..e0409d01a1f 100755 --- a/mozilla/testing/tests/l10n/web/search-code.js +++ b/mozilla/testing/tests/l10n/web/search-code.js @@ -44,6 +44,7 @@ var loc; for each (loc in Tier1) tierMap[loc] = 'Tier-1'; for each (loc in Tier2) tierMap[loc] = 'Tier-2'; +var view; view = { updateView: function() { this._gView = document.getElementById("view"); @@ -86,7 +87,7 @@ view = { } lst = explicit.concat(implicit); } - row.innerHTML = '' + loc + ''; + row.innerHTML = '' + loc + ''; for each (var path in lst) { //YAHOO.widget.Logger.log('testing ' + path); var innerContent;