Advertisement
cornedor

Untitled

Jan 18th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. navigator.geolocation.getCurrentPosition(function() {
  2.   console.log("done");
  3. }, function() {
  4.   console.log("error");
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement