merge: Documentation of Object.keyOf. (#2578)
commitf13c58ef47fb60279a3a9608f894f386148b86d6
authorTim Wienk <tim@wienk.name>
Mon, 12 May 2014 09:00:52 +0000 (12 11:00 +0200)
committerTim Wienk <tim@wienk.name>
Mon, 12 May 2014 09:00:52 +0000 (12 11:00 +0200)
tree8b0c7e9c0fa5ffc65c4f4f25c57b51a878843848
parent2a02864eeb53069951908942441a47493ff07ad2
parentc9297c6c954205f0e5db169d7acfa46184874ffc
merge: Documentation of Object.keyOf. (#2578)

Correction for Documentation of Object.keyOf

The documentation for Object.keyOf lists the return as false if a match
is not found. However, the function actually returns null in this
scenario. I assume that at this point changing the code would break
compatibility, and so instead suggest that the documentation be updated
to reflect the correct return value.

Thanks @jdmichal for reporting.

Closes #2578.