mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-23 00:34:55 +00:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
Miscellaneous bits of documentation that don't really fit anywhere else
|
|
|
|
@namespace version
|
|
|
|
A constant that represents the Leaflet version in use.
|
|
|
|
```js
|
|
L.version; // contains "1.0.0" (or whatever version is currently in use)
|
|
```
|