Skip to content

Commit

Permalink
Slight change to geoloc test to help avoid false negatives.
Browse files Browse the repository at this point in the history
  • Loading branch information
sptramer committed Jul 15, 2010
1 parent e09e72d commit fd6a0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/KitchenSink/Resources/examples/geolocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ else
else
{
Titanium.API.info("No Compass on device");
currentHeading.text = 'No compass available';
updatedHeading.text = 'No compass available';
}

//
Expand Down

0 comments on commit fd6a0c2

Please sign in to comment.