Skip to content

Commit

Permalink
Merge remote-tracking branch 'alan/fluidValuesCorrection'
Browse files Browse the repository at this point in the history
* alan/fluidValuesCorrection:
  NOJIRA: small correction to documentation
  • Loading branch information
jobara committed Dec 16, 2016
2 parents 9c08003 + f3df24a commit 1f2be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/CoreAPI.md
Expand Up @@ -320,7 +320,7 @@ Return the keys in the supplied object as an array. Note that this will return k
* `object {Object}` The object to have its values listed
* Returns: `{Array}` An array holding the values of this object.

Return the keys in the supplied object as an array. This will return values found in the prototype chain as well as those attached to "own properties".
Return the values in the supplied object as an array. This will return values found in the prototype chain as well as those attached to "own properties".


### fluid.arrayToHash(array)
Expand Down

0 comments on commit 1f2be2f

Please sign in to comment.