always expose window.L

This commit is contained in:
Patrick Arlt 2014-10-13 09:06:16 -07:00
parent 3ded683817
commit 8a12624f60

View File

@ -23,6 +23,6 @@ if (typeof module === 'object' && typeof module.exports === 'object') {
define(L);
// define Leaflet as a global L variable, saving the original L to restore later if needed
} else {
expose();
}
expose();