add newline

This commit is contained in:
Patrick Arlt 2014-10-14 15:15:06 -07:00
parent f2490d3d4a
commit 8cc2d4b42d

View File

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