Side navigation
#10659 closed bug (invalid)
Opened November 04, 2011 01:42AM UTC
Closed November 04, 2011 02:08AM UTC
Last modified November 04, 2011 03:02AM UTC
variable not declared resulting in polluting the global
Reported by: | prashantjain68 | Owned by: | rwaldron |
---|---|---|---|
Priority: | low | Milestone: | 1.7.1 |
Component: | misc | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the handle method on line 3278 (1.7b1) the matched variable is not declared with a var.
matched = handlerQueue[ i ];
Attachments (0)
Change History (3)
Changed November 04, 2011 02:06AM UTC by comment:1
component: | unfiled → misc |
---|---|
milestone: | None → 1.7.1 |
owner: | → rwaldron |
priority: | undecided → blocker |
status: | new → assigned |
Changed November 04, 2011 02:08AM UTC by comment:2
priority: | blocker → low |
---|---|
resolution: | → invalid |
status: | assigned → closed |
This is invalid in 1.7
Changed November 04, 2011 03:02AM UTC by comment:3
Yeah it was fixed.