Skip to content

Commit

Permalink
Always export window.L; fixes #5489 (#5504)
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman authored and IvanSanchez committed May 18, 2017
1 parent f049129 commit 942e1df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Leaflet.js
Expand Up @@ -30,3 +30,6 @@ export function noConflict() {
window.L = oldL;
return this;
}

// Always export us to window global (see #2364)
window.L = exports;

0 comments on commit 942e1df

Please sign in to comment.