mirror of
https://gitee.com/openharmony/third_party_jsframework
synced 2024-11-23 06:40:59 +00:00
delete Orientation.SENSOR, SENSOR_VERTICAL, SENSOR_HORIZONTAL
Signed-off-by: xiaojianfeng <xiaojianfeng3@huawei.com> Change-Id: I775c4b762546d8b3c1e96904e5e8818afebf183a
This commit is contained in:
parent
3b8c69701a
commit
c2dd38fc69
@ -20,10 +20,7 @@ export const Orientation = {
|
||||
VERTICAL: 1,
|
||||
HORIZONTAL: 2,
|
||||
REVERSE_VERTICAL: 3,
|
||||
REVERSE_HORIZONTAL: 4,
|
||||
SENSOR: 5,
|
||||
SENSOR_VERTICAL: 6,
|
||||
SENSOR_HORIZONTAL: 7
|
||||
REVERSE_HORIZONTAL: 4
|
||||
};
|
||||
|
||||
export const Screen = {
|
||||
|
Loading…
Reference in New Issue
Block a user