added option pane

This commit is contained in:
Daniel Gruber
2015-11-30 16:01:59 +01:00
parent fb2b3b1e06
commit a767b1466c
+1
View File
@@ -56,6 +56,7 @@ declare module L {
className?: string;
clickable?: boolean;
direction?: string; // 'left' | 'right' | 'auto';
pane?: string;
noHide?: boolean;
offset?: Point;
opacity?: number;