[tether-drop] Remove 'drop' property since it is undocumented

This commit is contained in:
Péter Kovács
2016-09-13 10:50:15 +02:00
committed by GitHub
parent ce96198da7
commit a99a95390e
-1
View File
@@ -10,7 +10,6 @@ declare class Drop {
constructor(options: Drop.IDropOptions);
public content: HTMLElement;
public drop: HTMLElement;
public tether: Tether;
public open(): void;
public close(): void;