Opened 16 years ago
Closed 16 years ago
#1589 closed bug (worksforme)
Variables "end" and "unit" leak to global namespace
Reported by: | JeroenH | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | effects | Version: | 1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.