From 093c8a82318580669d5ca0b0e7fbc11ea2f1e7e1 Mon Sep 17 00:00:00 2001 From: Markus Wagner Date: Thu, 23 Feb 2017 09:53:11 +0100 Subject: [PATCH] Update ibeacon.ts (#1099) Return type of `getAuthorizationStatus()` made more explicit. --- src/plugins/ibeacon.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/ibeacon.ts b/src/plugins/ibeacon.ts index 78da69ebc..fb5374256 100644 --- a/src/plugins/ibeacon.ts +++ b/src/plugins/ibeacon.ts @@ -546,11 +546,11 @@ export class IBeacon { /** * Queries the native layer to determine the current authorization in effect. * - * @returns {Promise} Returns a promise which is resolved with the + * @returns {Promise} Returns a promise which is resolved with the * requested authorization status. */ @Cordova({otherPromise: true}) - static getAuthorizationStatus(): Promise { return; } + static getAuthorizationStatus(): Promise { return; } /** * For iOS 8 and above only. The permission model has changed by Apple in iOS 8, making it necessary for apps to