Documented L.Path.unbindPopup() method.

This commit is contained in:
jacobtoye 2012-10-08 09:50:58 +13:00
parent 3a616575bc
commit 6ad2361c8c

View File

@ -2048,6 +2048,11 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);</code></pre>
<td><code><span class="keyword">this</span></code></td>
<td>Binds a popup with a particular HTML content to a click on this path.</td>
</tr>
<tr id="path-unbindpopup">
<td><code><b>unbindPopup</b>()</code></td>
<td><code><span class="keyword">this</span></code></td>
<td>Unbinds the popup previously bound to the path with <code>bindPopup</code>.</td>
</tr>
<tr id="path-openpopup">
<td><code><b>openPopup</b>(
<nobr>&lt;<a href="#latlng">LatLng</a>&gt; <i>latlng?</i> )</nobr>