This file contains 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
// geo-location shim | |
// currentely only serves lat/long | |
// doublecheck the ClientLocation results because it may returning null results | |
(function (geolocation) { | |
if (geolocation) return; | |