Mark Color as public

This commit is contained in:
Kevin Sawicki
2015-01-08 18:06:57 -08:00
parent 574c56713c
commit b256d30bc7

View File

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