an accidentally :) fixed typo

This commit is contained in:
Vladimir Zotov 2013-11-07 12:44:33 +03:00
parent b5889a1902
commit 3ca464f95a

View File

@ -4635,7 +4635,7 @@ map.off('click', onClick);</code></pre>
<td>Fires an event of the specified type. You can optionally provide an data object &mdash; the first argument of the listener function will contain its properties.</td>
</tr>
<tr>
<td><code><b>cleanAllEventListeners</b>()</code></td>
<td><code><b>clearAllEventListeners</b>()</code></td>
<td><code><span class="keyword">this</span></code></td>
<td>Removes all listeners to all events on the object.</code></td>