mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
6 lines
225 B
JavaScript
6 lines
225 B
JavaScript
Meteor.startup(function() {
|
|
// Potentially prompts the user to enable location services. We do this early
|
|
// on in order to have the most accurate location by the time the user shares
|
|
Geolocation.currentLocation();
|
|
});
|