Trim some spaces

This commit is contained in:
Zixaphir 2014-01-02 17:55:39 -07:00
parent f4ea956be3
commit dbf89dcaef

View File

@ -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()