Side navigation
#1739 closed bug (fixed)
Opened September 26, 2007 09:10PM UTC
Closed September 28, 2007 11:15AM UTC
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.