Trim some spaces
This commit is contained in:
parent
f4ea956be3
commit
dbf89dcaef
@ -37,9 +37,9 @@ class Color
|
||||
constructor: (value) ->
|
||||
@raw = colorToHex value
|
||||
|
||||
hex: -> "#" + @raw
|
||||
rgb: -> @privateRGB().join ""
|
||||
hover: -> @shiftRGB 16, true
|
||||
hex: -> "#" + @raw
|
||||
rgb: -> @privateRGB().join ""
|
||||
hover: -> @shiftRGB 16, true
|
||||
|
||||
isLight: ->
|
||||
rgb = @privateRGB()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user