mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
style(): missing semicolon
This commit is contained in:
parent
1c09ee1fbc
commit
68c535fd79
@ -52,7 +52,7 @@ export class ScreenOrientation {
|
|||||||
* @returns {Promise<any>} returns a promise that resolves when the screen orientation is locked, and rejects when an error occurs.
|
* @returns {Promise<any>} returns a promise that resolves when the screen orientation is locked, and rejects when an error occurs.
|
||||||
*/
|
*/
|
||||||
@Cordova({ otherPromise: true })
|
@Cordova({ otherPromise: true })
|
||||||
static lockOrientation(orientation: string): Promise<string> { return }
|
static lockOrientation(orientation: string): Promise<string> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unlock and allow all orientations.
|
* Unlock and allow all orientations.
|
||||||
|
Loading…
Reference in New Issue
Block a user