From 0bb1e1baa6c76fe7bea952d3861db5c3a18c409d Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 27 Feb 2018 00:01:26 +0000 Subject: [PATCH] add ByMe --- src/v1/js/Location.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/v1/js/Location.js b/src/v1/js/Location.js index be2914b..9c0ea66 100644 --- a/src/v1/js/Location.js +++ b/src/v1/js/Location.js @@ -56,7 +56,7 @@ const LocationModel = Backbone.Model.extend({ // this.set('location', location); }.bind(this)); - this.watcher = geolocation.createWatcher(); + this.watcher = geolocation.createWatcher(); this.listenTo(this, 'change:location', this.onChange); // this.tick(); @@ -148,8 +148,8 @@ const LocationModel = Backbone.Model.extend({ this.moveTimer = setTimeout( () => { console.log('>>>> STOPPED MOVING'); -// const location = this.get('location'); -// location.moving = false; + // const location = this.get('location'); + // location.moving = false; this.set('moving', false); console.log(this); },