📝 Fix doc reference in config

Esse commit está contido em:
Ben Ogle
2015-01-30 16:52:19 -08:00
commit 9cb67a6def
+1 -1
Ver Arquivo
@@ -519,7 +519,7 @@ class Config
# * `options` (optional) {Object} see the `options` argument to {::get} # * `options` (optional) {Object} see the `options` argument to {::get}
# #
# Returns an {Array} of {Object}s with the following keys: # Returns an {Array} of {Object}s with the following keys:
# * `scopeSelector` The scope-selector {String} with which the value is associated # * `scopeDescriptor` The {ScopeDescriptor} with which the value is associated
# * `value` The value for the key-path # * `value` The value for the key-path
getAll: (keyPath, options) -> getAll: (keyPath, options) ->
{scope, sources} = options if options? {scope, sources} = options if options?