Merge pull request #7921 from webbiesdk/leafletRemovedNonExistingFunction

Leaflet: Removed a function that doesn't exist.
This commit is contained in:
Horiuchi_H
2016-02-05 10:52:18 +09:00
-7
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