mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-05 01:32:59 +08:00
Fix
Fix
This commit is contained in:
parent
7a11a3dd7e
commit
9ba4760503
@ -1,6 +1,6 @@
|
|||||||
var screenOrientation = {};
|
var screenOrientation = {};
|
||||||
|
|
||||||
screenOrientation.lockOrientation = function (orientation) {
|
screenOrientation.setOrientation = function (orientation) {
|
||||||
var orientationNumber;
|
var orientationNumber;
|
||||||
switch (orientation) {
|
switch (orientation) {
|
||||||
case 'landscape':
|
case 'landscape':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user