Skip to content

Commit

Permalink
Removed tests that need a separate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snaterlicious committed Nov 7, 2014
1 parent b379035 commit bb7d239
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ define( [
{ latitude: 0, longitude: 0, precision: 1 / 3600 }
),
gcDefs = [
{ latitude: 0.1 / 3600, longitude: 0, precision: 1 / 3600 },
{ latitude: 0.0002, longitude: 0, precision: 1 / 3600 },
{ latitude: 0, longitude: 0.1 / 3600, precision: 1 / 3600 },
{ latitude: 0, longitude: 0.0002, precision: 1 / 3600 },
{ latitude: 0, longitude: 0, precision: 1 / 3600 + 0.0000001 },
{ latitude: 0, longitude: 0, precision: 1 / 3600 - 0.0000001 }
Expand Down

0 comments on commit bb7d239

Please sign in to comment.