Leaflet: Removed a function that doesn't exist.

This commit is contained in:
Erik Krogh Kristensen
2016-02-01 15:37:44 +01:00
parent 717a5fdb07
commit 4d7c434b6b

View File

@@ -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