Rename ol3Logo to logo in map options

This commit is contained in:
Antoine Abt
2014-07-21 12:27:59 +02:00
parent d3e575339b
commit 7fbc4e3bff
2 changed files with 12 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ olx.GeolocationOptions.prototype.projection;
* interactions: (ol.Collection|Array.<ol.interaction.Interaction>|undefined),
* keyboardEventTarget: (Element|Document|string|undefined),
* layers: (Array.<ol.layer.Base>|ol.Collection|undefined),
* ol3Logo: (boolean|undefined),
* logo: (boolean|string|Object|undefined),
* overlays: (ol.Collection|Array.<ol.Overlay>|undefined),
* renderer: (ol.RendererType|Array.<ol.RendererType|string>|string|undefined),
* target: (Element|string|undefined),
@@ -171,7 +171,7 @@ olx.MapOptions.prototype.layers;
* Show ol3 logo. Default is `true`.
* @type {boolean|undefined}
*/
olx.MapOptions.prototype.ol3Logo;
olx.MapOptions.prototype.logo;
/**