Skip to content

Commit

Permalink
Merge pull request #23 from niwa/feature/quick_fix
Browse files Browse the repository at this point in the history
Feature/quick fix
  • Loading branch information
craigstanton authored Dec 16, 2019
2 parents acab324 + b232e2b commit a63e8c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/lonlat-helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lonlat-helper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niwa-location-picker",
"version": "1.5.26",
"version": "1.5.27",
"description": "",
"private": false,
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/lonlat-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export class LonlatHelper {
} else {
return new LonLat(lon, lat);
}
} else {
return new LonLat(undefined, undefined);
}
}

Expand Down

0 comments on commit a63e8c3

Please sign in to comment.