Fix typo in noConflict section
This commit is contained in:
parent
fd41c32931
commit
e44da8691b
@ -5725,7 +5725,7 @@ map.addControl(new MyControl());
|
||||
|
||||
<h2 id="noconflict">L.noConflict()</h2>
|
||||
|
||||
<p>This method restores the L global variale to the original value it had before Leaflet inclusion, and returns the real Leaflet namespace so you can put it elsewhere, like this:<p>
|
||||
<p>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:<p>
|
||||
|
||||
<pre><code>// L points to some other library
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user