Make ol.View2D available when exploring olx.MapOptions

This commit is contained in:
ahocevar
2014-03-26 18:38:26 +01:00
parent 19ed446f43
commit 46ec3209bd

View File

@@ -6,7 +6,7 @@ goog.require('ol.IView3D');
/**
* Interface for views.
* Interface for views. Currently {@link ol.View2D} is implemented.
* @interface
*/
ol.IView = function() {