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