Skip to content

Commit

Permalink
Another place
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavshatz committed Oct 5, 2014
1 parent 6e9e2c6 commit bc6c0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paleta/color.rb
Expand Up @@ -271,7 +271,7 @@ def update_hsl

@hue = h * 60
@hue += 360 if @hue < 0
self.saturation = s * 100
@saturation = s * 100
@lightness = l * 100
end

Expand Down

0 comments on commit bc6c0d5

Please sign in to comment.