Merge pull request #155 from elemoine/typo

Fix typo in a typedef
This commit is contained in:
Éric Lemoine
2013-01-24 01:29:43 -08:00

View File

@@ -10,7 +10,7 @@ goog.require('ol.TileUrlFunction');
/**
* @typedef {{attribtions: (Array.<ol.Attribution>|undefined),
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* extent: (ol.Extent|undefined),
* projection: (ol.Projection|undefined)}}
*/