added motion detection
This commit is contained in:
parent
bb5228e597
commit
f8f548c4a4
@ -60,7 +60,7 @@ const LocationModel = Backbone.Model.extend({
|
||||
|
||||
console.log(now);
|
||||
console.log(this);
|
||||
}.bind(this);
|
||||
};
|
||||
|
||||
const updatelocationthrottled = _.throttle(updateLocation, 10000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user