docs(background-fetch): fix return type

This commit is contained in:
Ibby
2017-03-07 06:01:43 -05:00
parent 38bb8410e5
commit 10daa1f1dd
@@ -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<any>}
*/
@Cordova({