added motion detection

This commit is contained in:
Martin Donnelly 2018-11-04 13:28:39 +00:00
parent bb5228e597
commit f8f548c4a4

View File

@ -60,7 +60,7 @@ const LocationModel = Backbone.Model.extend({
console.log(now);
console.log(this);
}.bind(this);
};
const updatelocationthrottled = _.throttle(updateLocation, 10000);