docstrings: minor links around.

This commit is contained in:
Iván Sánchez Ortega 2016-05-20 13:45:12 +02:00
parent dd91852303
commit d4ea41214d
3 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<h4>Map Misc</h4>
<ul>
<li><a href="#map-property">Properties</a></li>
<li><a href="#map-panes">Panes</a></li>
<li><a href="#map-pane">Panes</a></li>
</ul>
</div>
<div class="toc-col">

View File

@ -32,8 +32,8 @@ The geographical point where the mouse event occured.
Pixel coordinates of the point where the mouse event occured relative to the map layer.
@property containerPoint: Point
Pixel coordinates of the point where the mouse event occured relative to the map сontainer.
@property originalEvent: DOMMouseEvent
The original DOM mouse event fired by the browser.
@property originalEvent: DOM MouseEvent
The original [DOM mouse event](https://developer.mozilla.org/docs/Web/API/MouseEvent) fired by the browser.

View File

@ -16,6 +16,8 @@
L.ImageOverlay = L.Layer.extend({
// @section
// @aka ImageOverlay options
options: {
// @option opacity: Number = 1.0
// The opacity of the image overlay.