From 8a12624f604da5049f0ab463de1254b8fcfa1b8c Mon Sep 17 00:00:00 2001 From: Patrick Arlt Date: Mon, 13 Oct 2014 09:06:16 -0700 Subject: [PATCH] always expose window.L --- src/Leaflet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Leaflet.js b/src/Leaflet.js index 507c781d..bb1558fb 100644 --- a/src/Leaflet.js +++ b/src/Leaflet.js @@ -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(); \ No newline at end of file