From 64bff055672d7d1d3124d15ae7534b3e890c2350 Mon Sep 17 00:00:00 2001 From: Razvan Date: Sat, 14 Jun 2014 17:26:55 +0300 Subject: [PATCH] Update leaflet.shpfile.js --- leaflet.shpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leaflet.shpfile.js b/leaflet.shpfile.js index 73f32cd..5c2c4b3 100644 --- a/leaflet.shpfile.js +++ b/leaflet.shpfile.js @@ -34,5 +34,5 @@ L.Shapefile =L.GeoJSON.extend({ }); L.shapefile= function(a,b){ - return new L.Shapfile(a,b); -} \ No newline at end of file + return new L.Shapefile(a,b); +}