mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 16:43:50 +08:00
docs(@ionic-native/ibeacon): remove semicolon on the example (#2179)
This commit is contained in:
parent
afca8761d7
commit
47dd7e90ed
@ -248,12 +248,12 @@ export interface IBeaconDelegate {
|
|||||||
* delegate.didRangeBeaconsInRegion()
|
* delegate.didRangeBeaconsInRegion()
|
||||||
* .subscribe(
|
* .subscribe(
|
||||||
* data => console.log('didRangeBeaconsInRegion: ', data),
|
* data => console.log('didRangeBeaconsInRegion: ', data),
|
||||||
* error => console.error();
|
* error => console.error()
|
||||||
* );
|
* );
|
||||||
* delegate.didStartMonitoringForRegion()
|
* delegate.didStartMonitoringForRegion()
|
||||||
* .subscribe(
|
* .subscribe(
|
||||||
* data => console.log('didStartMonitoringForRegion: ', data),
|
* data => console.log('didStartMonitoringForRegion: ', data),
|
||||||
* error => console.error();
|
* error => console.error()
|
||||||
* );
|
* );
|
||||||
* delegate.didEnterRegion()
|
* delegate.didEnterRegion()
|
||||||
* .subscribe(
|
* .subscribe(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user