Miscellaneous bits of documentation that don't really fit anywhere else @namespace noConflict **This is only available when Leaflet is not imported as a module!** This method restores the `L` global variable to the original value it had before Leaflet inclusion, and returns the real Leaflet namespace so you can put it elsewhere, like this: ```html ``` @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) ```