diff --git a/src/v1/js/Location.js b/src/v1/js/Location.js index 14e676f..2130f18 100644 --- a/src/v1/js/Location.js +++ b/src/v1/js/Location.js @@ -60,7 +60,7 @@ const LocationModel = Backbone.Model.extend({ console.log(now); console.log(this); - }.bind(this); + }; const updatelocationthrottled = _.throttle(updateLocation, 10000);