Skip to content

Commit

Permalink
Merge pull request #32 from karlr42/master
Browse files Browse the repository at this point in the history
Ended L.areaSelect definition with a semicolon
  • Loading branch information
heyman authored Nov 21, 2023
2 parents 35a8404 + e2989d8 commit f4690fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leaflet-areaselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ L.AreaSelect = L.Class.extend({

L.areaSelect = function(options) {
return new L.AreaSelect(options);
}
};

0 comments on commit f4690fd

Please sign in to comment.