mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Leaflet: Removed a function that doesn't exist.
This commit is contained in:
7
leaflet/leaflet.d.ts
vendored
7
leaflet/leaflet.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user