Bug Tracker

Ticket #1589 (closed bug: worksforme)

Opened 1 year ago

Last modified 1 year ago

Variables "end" and "unit" leak to global namespace

Reported by: JeroenH Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.1 Component: fx
Version: 1.2 Keywords:
Cc: Needs: Review

Description

After running some animation (see testcase), the variables "unit" and "end" end up in the global namespace because they are not declared before they are used.

The var keyword should be added to line 103 (in revision 3217) in fx.js.

Attachments

Change History

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to worksforme

Fixed in SVN.

Note: See TracTickets for help on using tickets.