Files
meteor/examples/localmarket/client/init.js
Nick Martin 848180b0f7 New example.
2014-10-27 21:55:09 -07:00

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();
});