Typo in PointLike def.

This commit is contained in:
Tim Schaub
2012-06-20 18:49:40 +02:00
parent 6f4975883f
commit a4a6bc4db4

View File

@@ -4,7 +4,7 @@ goog.require('ol.geom.Point');
goog.require('ol.projection');
/**
* @typedef {ol.PointLike|Array.<number>|Object} point Point.
* @typedef {Array.<number>|Object} point Point.
*/
ol.PointLike;