Remove the '3' from OpenLayers

This commit is contained in:
Andreas Hocevar
2017-01-02 23:03:03 +01:00
parent ab3d97d6de
commit 7424ee91e3
80 changed files with 1888 additions and 1888 deletions

View File

@@ -256,7 +256,7 @@ olx.MapOptions.prototype.loadTilesWhileInteracting;
* provided, the `src` property should be the URL for an image and the `href`
* property should be a URL for creating a link. If an element is provided,
* the element will be used. To disable the map logo, set the option to
* `false`. By default, the OpenLayers 3 logo is shown.
* `false`. By default, the OpenLayers logo is shown.
* @type {boolean|string|olx.LogoOptions|Element|undefined}
* @api stable
*/

View File

@@ -4,7 +4,7 @@ This directory contains externs files, which tell the Closure compiler about sym
## oli.js and olx.js
These two files are special externs that belong to ol3, and this document explains their purpose and how they are used.
These two files are special externs that belong to OpenLayers, and this document explains their purpose and how they are used.
### Prevent class properties from being renamed