Skip to content

Commit 2c765ae

Browse files
committed
Merge pull request DefinitelyTyped#7921 from webbiesdk/leafletRemovedNonExistingFunction
Leaflet: Removed a function that doesn't exist.
2 parents 543ca32 + 4d7c434 commit 2c765ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

leaflet/leaflet.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -805,13 +805,6 @@ declare namespace L {
805805
}
806806

807807
declare namespace L {
808-
809-
/**
810-
* Creates a Draggable object for moving the given element when you start dragging
811-
* the dragHandle element (equals the element itself by default).
812-
*/
813-
function draggable(element: HTMLElement, dragHandle?: HTMLElement): Draggable;
814-
815808
export interface DraggableStatic extends ClassStatic {
816809
/**
817810
* Creates a Draggable object for moving the given element when you start dragging

0 commit comments

Comments
 (0)