Bug 123189. JS strict warning. (redeclaration). Patch by Stephen Walker <walk84@yahoo.com> r=stephend@netscape.com, sr=hewitt@netscape.com

This commit is contained in:
stephend%netscape.com 2002-02-07 06:48:06 +00:00
Родитель c34cb2647d
Коммит 6e490b4112
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -107,7 +107,7 @@ function commonDialogOnLoad()
iconElement.setAttribute("class", iconElement.getAttribute("class") + " " + iconClass);
// set the number of command buttons
var nButtons = gCommonDialogParam.GetInt(2);
nButtons = gCommonDialogParam.GetInt(2);
switch (nButtons) {
case 4:
document.documentElement.getButton("extra2").label = gCommonDialogParam.GetString(11);