Side navigation
#1589 closed bug (worksforme)
Opened September 11, 2007 06:02PM UTC
Closed September 15, 2007 03:46AM UTC
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.
Attachments (0)
Change History (1)
Changed September 15, 2007 03:46AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Fixed in SVN.