📝 Link to config method

This commit is contained in:
Kevin Sawicki
2015-01-09 11:57:47 -08:00
parent 9d3e9d19e1
commit 55c8b37395

View File

@@ -1,7 +1,7 @@
_ = require 'underscore-plus'
ParsedColor = require 'color'
# Essential: A simple Color class returned from `atom.config.get` when the value
# Essential: A simple color class returned from {Config::get} when the value
# at the key path is of type 'color'.
module.exports =
class Color