Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created February 15, 2013 07:22
Show Gist options
  • Save benlieb/4958967 to your computer and use it in GitHub Desktop.
Save benlieb/4958967 to your computer and use it in GitHub Desktop.
(function(geo) {
if ( geo ) {
geo.watchPosition(function(location) {
console.log(location);
}); }
})(navigator.geolocation);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment