Commit 3c647f139375b9abf5c7333a8d0a28beb500429a

Authored by Pablo Marco del Pont
1 parent 8202611b00
Exists in master and in 1 other branch develop

code review

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -4,7 +4,7 @@ angular.module('focaSeguimiento')
4 4 function($http, API_ENDPOINT, cordovaGeolocationService) {
5 5 return {
6 6 guardarPosicion: function(actividad, observaciones) {
7   - cordovaGeolocationService.getCurrentPosition(function(posicion){
  7 + cordovaGeolocationService.getCurrentPosition(function(posicion) {
8 8 var nuevaPosicion = {
9 9 posicion: {
10 10 latitud: posicion.coords.latitude,