IconOptions.src is optional

This commit is contained in:
Swiod
2017-07-10 10:28:14 +02:00
committed by GitHub
parent fc73cdd92b
commit 674775afd6
+1 -1
View File
@@ -13572,7 +13572,7 @@ declare module olx {
rotation?: number;
size?: ol.Size;
imgSize?: ol.Size;
src: string;
src?: string;
}