Opened 16 years ago
Closed 16 years ago
#1739 closed bug (fixed)
ui slider - moveTo - parameter value is discarded
Reported by: | pfm102 | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The p parameter to the function is discarded, because the identifier p is re-declared on the line reading var p = this.parentSize;
At any rate, I think that's how it works. This is a warning that Aptana (an HTML/CSS/JS cross-platform IDE from http://www.aptana.com) threw at me.
Change History (2)
comment:1 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
thanks, fixed!