docs(ibeacon): fix method reference

closes #933
This commit is contained in:
Ibby 2017-01-07 04:32:18 -05:00
parent ca14bf6a75
commit 009a20608e

View File

@ -237,7 +237,7 @@ export interface IBeaconDelegate {
* // Request permission to use location on iOS
* IBeacon.requestAlwaysAuthorization();
* // create a new delegate and register it with the native layer
* let delegate = IBeacon.IBeaconDelegate();
* let delegate = IBeacon.Delegate();
*
* // Subscribe to some of the delegate's event handlers
* delegate.didRangeBeaconsInRegion()