mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Mark Color as public
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user