Skip to content

Commit

Permalink
Merge pull request #9 from raku/patch-2
Browse files Browse the repository at this point in the history
Update leaflet.shpfile.js
  • Loading branch information
calvinmetcalf committed Jun 14, 2014
2 parents e8a6682 + 64bff05 commit b0207a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leaflet.shpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ L.Shapefile =L.GeoJSON.extend({
});

L.shapefile= function(a,b){
return new L.Shapfile(a,b);
}
return new L.Shapefile(a,b);
}

0 comments on commit b0207a4

Please sign in to comment.