From 820e4d78bf1979eec2fc305d8a0caf43fa58d028 Mon Sep 17 00:00:00 2001 From: Alex Muramoto Date: Fri, 26 Aug 2016 10:09:12 -0700 Subject: [PATCH] docs(geofence): remove code comments (#483) --- src/plugins/geofence.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugins/geofence.ts b/src/plugins/geofence.ts index fc3adc5155..e7f2fa15ee 100644 --- a/src/plugins/geofence.ts +++ b/src/plugins/geofence.ts @@ -133,7 +133,6 @@ export class Geofence { /** * Called when a geofence is crossed in the direction specified by `TransitType`. - * Commenting out. Not yet implemented in plugin. * * @return {Promise} */ @@ -147,8 +146,7 @@ export class Geofence { } /** - * Called when the user clicks a geofence notification. iOS and Android only. - * Commenting out. Not yet implemented in plugin. + * Called when the user clicks a geofence notification. iOS and Android only. * * @return {Promise} */