Skip to content

Commit

Permalink
Merge pull request #2521 from captbaritone/fix-objects
Browse files Browse the repository at this point in the history
Use the irregular id when jumping to `functions`
  • Loading branch information
akre54 committed Apr 29, 2016
2 parents 0111847 + f0b9f4f commit 53086b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<li data-name="pairs">- <a href="#pairs">pairs</a></li>
<li data-name="invert">- <a href="#invert">invert</a></li>
<li data-name="create">- <a href="#create">create</a></li>
<li data-name="functions" data-aliases="methods">- <a href="#object-functions">functions</a></li>
<li data-name="object-functions" data-aliases="methods">- <a href="#object-functions">functions</a></li>
<li data-name="findKey">- <a href="#findKey">findKey</a></li>
<li data-name="extend">- <a href="#extend">extend</a></li>
<li data-name="extendOwn" data-aliases="assign">- <a href="#extendOwn">extendOwn</a></li>
Expand Down

0 comments on commit 53086b0

Please sign in to comment.