We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c921a commit aa69e1bCopy full SHA for aa69e1b
src/windows/GeolocationProxy.js
@@ -24,7 +24,7 @@ var FALLBACK_EPSILON = 0.001;
24
function ensureAndCreateLocator() {
25
var deferral;
26
27
- loc = new Windows.Devices.Geolocation.Geolocator();
+ var loc = new Windows.Devices.Geolocation.Geolocator();
28
29
if (typeof Windows.Devices.Geolocation.Geolocator.requestAccessAsync === 'function') {
30
deferral = Windows.Devices.Geolocation.Geolocator.requestAccessAsync().then(function (result) {
0 commit comments