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
+1 -1
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), * extent: (ol.Extent|undefined),
* projection: (ol.Projection|undefined)}} * projection: (ol.Projection|undefined)}}
*/ */