diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index 94e6ab51c3..bd2f281480 100755 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -805,13 +805,6 @@ declare namespace L { } declare namespace L { - - /** - * Creates a Draggable object for moving the given element when you start dragging - * the dragHandle element (equals the element itself by default). - */ - function draggable(element: HTMLElement, dragHandle?: HTMLElement): Draggable; - export interface DraggableStatic extends ClassStatic { /** * Creates a Draggable object for moving the given element when you start dragging