Opened 15 years ago
Closed 15 years ago
#1427 closed defect (fixed)
Fix for array param case in dojo.gfx.color.hsv2rgb
Reported by: | Owned by: | Tom Trenka | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Param names are reused as variables in the function -- in the case of an array as the first param, the current code overwrites the optional options object passed in as a second parameter.
Doing the check for options first fixes the problem.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Fix for array param case in dojo.gfx.color.hsv2rgb