From 10daa1f1dd162a3449142aaff9ca7b2232fedf7c Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 7 Mar 2017 06:01:43 -0500 Subject: [PATCH] docs(background-fetch): fix return type --- src/@ionic-native/plugins/background-fetch/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/@ionic-native/plugins/background-fetch/index.ts b/src/@ionic-native/plugins/background-fetch/index.ts index d6c3daad4..c91bc6ae8 100644 --- a/src/@ionic-native/plugins/background-fetch/index.ts +++ b/src/@ionic-native/plugins/background-fetch/index.ts @@ -70,9 +70,6 @@ export class BackgroundFetch { * Configures the plugin's fetch callbackFn * * @param {BackgroundFetchConfig} config Configuration for plugin - * @return Location object, which tries to mimic w3c Coordinates interface. - * See http://dev.w3.org/geo/api/spec-source.html#coordinates_interface - * Callback to be executed every time a geolocation is recorded in the background. * @return {Promise} */ @Cordova({