Modify ↓
Ticket #10659 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
Description
In the handle method on line 3278 (1.7b1) the matched variable is not declared with a var.
matched = handlerQueue[ i ];
Change History
comment:1 Changed 19 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to blocker
- Status changed from new to assigned
- Component changed from unfiled to misc
- Milestone changed from None to 1.7.1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
