From 4d7c434b6bb704cb9cac242dbe6bb4a64cd2d183 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Mon, 1 Feb 2016 15:37:44 +0100 Subject: [PATCH] Leaflet: Removed a function that doesn't exist. --- leaflet/leaflet.d.ts | 7 ------- 1 file changed, 7 deletions(-) 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