Closed
Bug 452926
Opened 17 years ago
Closed 17 years ago
In <field.js>, "Warning: assignment to undeclared variable bz_alias_check_array"
Categories
(Bugzilla :: User Interface, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: sgautherie, Assigned: guy.pyrzak)
References
Details
Attachments
(1 file)
864 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
[
Warning: assignment to undeclared variable bz_alias_check_array
Source File: https://bugzilla.mozilla.org/js/field.js
Line: 210
]
Missing |var|;
maybe even useless variable, as "inlining" it could do the job too.
Reporter | ||
Updated•17 years ago
|
Assignee: nobody → general
Component: Bugzilla: Other b.m.o Issues → Bugzilla-General
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Version: other → 3.2
Comment 1•17 years ago
|
||
Ah yeah, just needs a var.
Assignee: general → guy.pyrzak
Component: Bugzilla-General → User Interface
Target Milestone: --- → Bugzilla 3.2
Updated•17 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #336798 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #336798 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in js/field.js;
/cvsroot/mozilla/webtools/bugzilla/js/field.js,v <-- field.js
new revision: 1.10; previous revision: 1.9
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•17 years ago
|
||
Checking in js/field.js;
/cvsroot/mozilla/webtools/bugzilla/js/field.js,v <-- field.js
new revision: 1.8.2.2; previous revision: 1.8.2.1
done
You need to log in
before you can comment on or make changes to this bug.
Description
•