Bug Tracker

Modify

Ticket #10659 (closed bug: invalid)

Opened 19 months ago

Last modified 19 months ago

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

comment:2 Changed 19 months ago by rwaldron

  • Priority changed from blocker to low
  • Status changed from assigned to closed
  • Resolution set to invalid

This is invalid in 1.7

comment:3 Changed 19 months ago by dmethvin

Yeah it was fixed.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.