Skip to content

Commit

Permalink
Merge pull request #2 from mllanes/patch-1
Browse files Browse the repository at this point in the history
passing handler typo
  • Loading branch information
jimmyjose-dev committed Feb 18, 2015
2 parents 437147f + 4fea417 commit f506dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MapManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MapManager: NSObject{

var destination = MKMapItem(placemark: placemarkDestination)

directionsFor(source: source, destination: destination, directionCompletionHandler: directionsCompletionHandler)
directionsFor(source: source, destination: destination, directionCompletionHandler: directionCompletionHandler)

}

Expand All @@ -137,7 +137,7 @@ class MapManager: NSObject{

var destination = MKMapItem(placemark: placemarkDestination)

directionsFor(source: source, destination: destination, directionCompletionHandler: directionsCompletionHandler)
directionsFor(source: source, destination: destination, directionCompletionHandler: directionCompletionHandler)

}

Expand Down

0 comments on commit f506dc1

Please sign in to comment.