Skip to content

Commit

Permalink
built toolbar:created
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Apr 14, 2015
1 parent 1aef5a8 commit 972ff0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/leaflet.distortableimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ L.DistortableImage.Edit = L.Handler.extend({
else { point = event.target._dragStartTarget._leaflet_pos; }
var raised_point = map.containerPointToLatLng(new L.Point(point.x,point.y-20));
this.toolbar = new L.DistortableImage.EditToolbar(raised_point).addTo(map, overlay);
overlay.fire('toolbar:created');
},

toggleIsolate: function() {
Expand Down

0 comments on commit 972ff0f

Please sign in to comment.