fix(geolocation): call correct clearFunction

This commit is contained in:
Tim Lancina
2016-02-08 13:06:22 -06:00
parent 8f27fc9e51
commit 9e86a40034
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
* })
*
* let watch = Geolocation.watchPosition();
* watch.source.subscribe((data) => {
* watch.subscribe((data) => {
* //data.coords.latitude
* //data.coords.longitude
* })