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)}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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