Skip to content

Commit

Permalink
Slight tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn authored and Martijn committed May 5, 2013
1 parent 5a7ea0d commit 24e9489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/jquery.ui.colorpicker-rgbslider.js
Expand Up @@ -55,7 +55,7 @@ jQuery(function($) {
inst._change();
}

$().add(sliders.r).add(sliders.g).add(sliders.b).slider({
$(sliders.r).add(sliders.g).add(sliders.b).slider({
min: 0,
max: 255,
step: 1,
Expand Down

0 comments on commit 24e9489

Please sign in to comment.