Fix return type of ol.Map#getView

This commit is contained in:
Tom Payne
2013-12-13 18:53:07 +01:00
parent 9dc3dc6c11
commit d19ce18a31

View File

@@ -661,7 +661,7 @@ goog.exportProperty(
/**
* Get the view associated with this map. This can be a 2D or 3D view. A 2D
* view manages properties such as center and resolution.
* @return {ol.View} View.
* @return {ol.View|undefined} View.
* @todo stability experimental
*/
ol.Map.prototype.getView = function() {