Bug 253583 Warning: assignment to undeclared variable assigned_to

patch by mcsmurf@gmx.de r=vladd a=justdave


git-svn-id: svn://10.0.0.236/trunk@160206 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-08-02 04:42:05 +00:00
parent 42cd622f92
commit d73595ecf1

View File

@@ -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;