Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jul 11, 2019
1 parent 05b9c12 commit e0d391c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions src/geo-position.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "linqable.ts";
export class GeoPosition {
/**
* Zero value - ocean
Expand Down Expand Up @@ -101,7 +100,7 @@ export class GeoPosition {
var point1_long;
var point2_lat;
var point2_long;
var n = area.Count();
var n = area.length;

for (i = 0; i < n; i++) {
point1_lat = area[i].Latitude - this.Latitude;
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1828,10 +1828,6 @@ lcid@^1.0.0:
dependencies:
invert-kv "^1.0.0"

linqable.ts@^1.7.6:
version "1.7.6"
resolved "https://registry.yarnpkg.com/linqable.ts/-/linqable.ts-1.7.6.tgz#98ff6613091c47bb8a17e41fc356bb8ec77c2270"

load-json-file@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
Expand Down

0 comments on commit e0d391c

Please sign in to comment.