Export ol.style.Fill

This commit is contained in:
Éric Lemoine
2013-11-20 15:21:30 +01:00
parent 16f3d5879e
commit 6e2f907e09
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
@exportClass ol.style.Fill ol.style.FillOptions
-6
View File
@@ -3,12 +3,6 @@ goog.provide('ol.style.Fill');
goog.require('ol.color');
/**
* @typedef {{color: (ol.Color|string)}}
*/
ol.style.FillOptions;
/**
* @constructor