зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c34cb2647d
Коммит
6e490b4112
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче