Files
leaflet/build/docs-misc.leafdoc
Jon Koops ba5b633814 Remove L_NO_TOUCH global switch (#8752)
Co-authored-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
2022-12-27 12:33:22 +01:00

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)
```