Skip to content

Commit

Permalink
locationManager => location_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
anamba authored and Marin Usalj committed Aug 9, 2012
1 parent 58951df commit 1d91329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motion/location/location.rb
Expand Up @@ -117,8 +117,8 @@ def locationManager(manager, didFailWithError:error)
if @retries > @options[:retries]
error(Error::LOCATION_UNKNOWN)
else
self.locationManager.stopUpdatingLocation
self.locationManager.startUpdatingLocation
self.location_manager.stopUpdatingLocation
self.location_manager.startUpdatingLocation
end
when KCLErrorNetwork
error(Error::NETWORK_FAILURE)
Expand Down

0 comments on commit 1d91329

Please sign in to comment.