remove unneded variable
This commit is contained in:
parent
8b301d1048
commit
69ee9e8fe9
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ editor = {
|
|||
editor.map.on('editable:vertex:dragstart', function (e) {
|
||||
editor._orig_vertex_pos = [e.vertex.latlng.lat, e.vertex.latlng.lng];
|
||||
});
|
||||
editor.map.on('editable:vertex:dragend', function (e) {
|
||||
editor.map.on('editable:vertex:dragend', function () {
|
||||
editor._orig_vertex_pos = null;
|
||||
});
|
||||
editor.map.on('editable:vertex:drag', function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue