From b256d30bc7f32a109031b4e1cdebf4b10511b6aa Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 8 Jan 2015 18:06:57 -0800 Subject: [PATCH] Mark Color as public --- src/color.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/color.coffee b/src/color.coffee index 7dfce7cc8..86fff11dc 100644 --- a/src/color.coffee +++ b/src/color.coffee @@ -1,8 +1,8 @@ _ = require 'underscore-plus' ParsedColor = require 'color' -# A simple Color class returned from `atom.config.get` when the value at the -# key path is of type 'color'. +# Public: A simple Color class returned from `atom.config.get` when the value at +# the key path is of type 'color'. module.exports = class Color @parse: (value) ->