Fix namespacing convention
This commit is contained in:
+7
-7
@@ -5907,7 +5907,7 @@ olx.tilegrid.ZoomifyOptions.prototype.resolutions;
|
||||
* Namespace.
|
||||
* @type {Object}
|
||||
*/
|
||||
olx.View;
|
||||
olx.view;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5917,7 +5917,7 @@ olx.View;
|
||||
* minResolution: (number|undefined)}}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions;
|
||||
olx.view.FitGeometryOptions;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5926,7 +5926,7 @@ olx.View.fitGeometryOptions;
|
||||
* @type {!Array.<number>}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions.prototype.padding;
|
||||
olx.view.FitGeometryOptions.prototype.padding;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5934,7 +5934,7 @@ olx.View.fitGeometryOptions.prototype.padding;
|
||||
* @type {boolean|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions.prototype.constrainResolution;
|
||||
olx.view.FitGeometryOptions.prototype.constrainResolution;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5942,7 +5942,7 @@ olx.View.fitGeometryOptions.prototype.constrainResolution;
|
||||
* @type {boolean|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions.prototype.nearest;
|
||||
olx.view.FitGeometryOptions.prototype.nearest;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5950,7 +5950,7 @@ olx.View.fitGeometryOptions.prototype.nearest;
|
||||
* @type {number|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions.prototype.minResolution;
|
||||
olx.view.FitGeometryOptions.prototype.minResolution;
|
||||
|
||||
|
||||
/**
|
||||
@@ -5959,7 +5959,7 @@ olx.View.fitGeometryOptions.prototype.minResolution;
|
||||
* @type {number|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.View.fitGeometryOptions.prototype.maxZoom;
|
||||
olx.view.FitGeometryOptions.prototype.maxZoom;
|
||||
|
||||
|
||||
/* typedefs for object literals exposed by the library */
|
||||
|
||||
Reference in New Issue
Block a user