Skip to content

Instantly share code, notes, and snippets.

@psayre23
psayre23 / gist:3330084
Created August 12, 2012 06:11 — forked from paulirish/gist:366184
html5 geolocation with fallback.
// geo-location shim
// currentely only serves lat/long
// doublecheck the ClientLocation results because it may returning null results
(function (geolocation) {
if (geolocation) return;