Move olx.source.AttributionOption out of externs/olx.js

This commit is contained in:
Frederic Junod
2016-04-05 09:01:24 +02:00
parent 5302882fba
commit db9c6a99c8
6 changed files with 45 additions and 45 deletions
+7
View File
@@ -4,6 +4,13 @@ goog.require('ol.TileRange');
goog.require('ol.math');
/**
* @typedef {string|Array.<string>|ol.Attribution|Array.<ol.Attribution>}
* @api
*/
ol.AttributionLike;
/**
* @classdesc
* An attribution for a layer source.