From 68c535fd79d7cf55fe7a4b103ee0ce83179b5b7a Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 24 Jan 2017 15:00:43 -0500 Subject: [PATCH] style(): missing semicolon --- src/plugins/screen-orientation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/screen-orientation.ts b/src/plugins/screen-orientation.ts index 0e59d13c..8476b68b 100644 --- a/src/plugins/screen-orientation.ts +++ b/src/plugins/screen-orientation.ts @@ -52,7 +52,7 @@ export class ScreenOrientation { * @returns {Promise} returns a promise that resolves when the screen orientation is locked, and rejects when an error occurs. */ @Cordova({ otherPromise: true }) - static lockOrientation(orientation: string): Promise { return } + static lockOrientation(orientation: string): Promise { return; } /** * Unlock and allow all orientations.