mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-05-31 00:00:04 +08:00
Fix
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var screenOrientation = {};
|
||||
|
||||
screenOrientation.lockOrientation = function (orientation) {
|
||||
screenOrientation.setOrientation = function (orientation) {
|
||||
var orientationNumber;
|
||||
switch (orientation) {
|
||||
case 'landscape':
|
||||
|
||||
Reference in New Issue
Block a user