Skip to content

Commit

Permalink
Linter fixes, vulnerability reduction, RC..14
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon West committed Jan 20, 2018
1 parent ccc9704 commit ac4416f
Show file tree
Hide file tree
Showing 26 changed files with 2,138 additions and 803 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet-draw",
"description": "Vector drawing plugin for Leaflet",
"version": "0.4.12",
"version": "0.4.14",
"main": [
"dist/leaflet.draw.js",
"dist/leaflet.draw.css",
Expand Down
5 changes: 5 additions & 0 deletions docs/leaflet-draw-latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@ <h3 id='l-draw-event-event'>Events</h3>
<td><code>String</code></td>
<td>Triggered when a toolbar is closed.</td>
</tr>
<tr id='l-draw-event-draw:markercontext'>
<td><code><b>draw:markercontext</b>
<td><code>String</code></td>
<td>Triggered when a marker is right clicked.</td>
</tr>
</tbody></table>

</section>
Expand Down
Loading

0 comments on commit ac4416f

Please sign in to comment.