mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(deviceorientation): cancelFunction renamed to clearFunction
This commit is contained in:
parent
c93cbed9d2
commit
8dee02e234
@ -89,7 +89,7 @@ export class DeviceOrientation {
|
||||
@Cordova({
|
||||
callbackOrder: 'reverse',
|
||||
observable: true,
|
||||
cancelFunction: 'clearWatch'
|
||||
clearFunction: 'clearWatch'
|
||||
})
|
||||
static watchHeading(options?: CompassOptions): Observable<CompassHeading> { return; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user