Created
November 4, 2011 07:56
-
-
Save evanlong/1338876 to your computer and use it in GitHub Desktop.
plane test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
navigator.getcurrentposition(function(p){console.info(o)}) |
Author
evanlong
commented
Nov 4, 2011
via email
p to o or I to p...
I super fail
…On Nov 4, 2011, at 2:03 AM, Jennifer Lin ***@***.*** wrote:
navigator.geolocation.getCurrentPosition(function(p){console.info(o)})
undefined
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1338876
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