Remove erroneous ymap.get(index:number) from API docs

This commit is contained in:
Mikko Reinikainen 2024-07-30 12:55:45 +03:00
parent c944a4553c
commit 294c6a15c5

View File

@ -501,8 +501,6 @@ or any of its children.
<dd></dd>
<b><code>has(key:string):boolean</code></b>
<dd></dd>
<b><code>get(index:number)</code></b>
<dd></dd>
<b><code>clear()</code></b>
<dd>Removes all elements from this YMap.</dd>
<b><code>clone():Y.Map</code></b>