Skip to content

Commit

Permalink
Added a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnkhhn committed Sep 5, 2011
1 parent 1f03c72 commit db8a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geolib.js
Expand Up @@ -12,7 +12,7 @@

;(function (window, undefined) {

var radius = 6378137 // Earth radius
var radius = 6378137; // Earth radius
var sexagesimalPattern = /^([0-9]{1,3})°\s*([0-9]{1,3})'\s*(([0-9]{1,3}(\.([0-9]{1,2}))?)"\s*)?([NEOSW]?)$/;

var geolib = {
Expand Down

0 comments on commit db8a5a4

Please sign in to comment.