Fix namespacing convention

This commit is contained in:
Erik Timmers
2014-10-01 17:57:53 +02:00
parent b447e1f766
commit b321501476
2 changed files with 8 additions and 8 deletions

View File

@@ -454,7 +454,7 @@ ol.View.prototype.fitExtent = function(extent, size) {
* Take care on the map angle.
* @param {ol.geom.SimpleGeometry} geometry Geometry.
* @param {ol.Size} size Box pixel size.
* @param {olx.View.fitGeometryOptions=} opt_options Options.
* @param {olx.view.FitGeometryOptions=} opt_options Options.
* @api
*/
ol.View.prototype.fitGeometry = function(geometry, size, opt_options) {