Skip to content

Instantly share code, notes, and snippets.

@evanlong
Created November 4, 2011 07:56
Show Gist options
  • Save evanlong/1338876 to your computer and use it in GitHub Desktop.
Save evanlong/1338876 to your computer and use it in GitHub Desktop.
plane test
navigator.getcurrentposition(function(p){console.info(o)})
@jennylin
Copy link

jennylin commented Nov 4, 2011

Ha, didn't even notice that. But no luck.

navigator.geolocation.getCurrentPosition(function(position){console.info(position.coords)})
undefined
navigator.geolocation.getCurrentPosition(function(pos){console.info(pos)})
undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment