Export ol.style.Stroke

This commit is contained in:
Éric Lemoine
2013-11-20 15:23:50 +01:00
parent 3971425677
commit dc49cc4c2f
3 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1 @@
@exportClass ol.style.Stroke ol.style.StrokeOptions

View File

@@ -3,13 +3,6 @@ goog.provide('ol.style.Stroke');
goog.require('ol.color');
/**
* @typedef {{color: (ol.Color|string),
* width: number}}
*/
ol.style.StrokeOptions;
/**
* @constructor