зеркало из https://github.com/mozilla/gecko-dev.git
Bug 253583 Warning: assignment to undeclared variable assigned_to
patch by mcsmurf@gmx.de r=vladd a=justdave
This commit is contained in:
Родитель
3b1cf7acc4
Коммит
02ca230f77
|
@ -46,7 +46,7 @@ function set_assign_to() {
|
|||
// Based on the selected component, fill the "Assign To:" field
|
||||
// with the default component owner.
|
||||
var form = document.Create;
|
||||
assigned_to = form.assigned_to.value
|
||||
var assigned_to = form.assigned_to.value;
|
||||
var index = -1;
|
||||
if (form.component.type == 'select-one') {
|
||||
index = form.component.selectedIndex;
|
||||
|
|
Загрузка…
Ссылка в новой задаче