Skip to content

Commit 2418907

Browse files
committed
Fixed FFI export symbol name
1 parent 874ecf6 commit 2418907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/CSSOMView/ScreenOrientation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export function lockImpllock(orientation) {
1+
export function lockImpl(orientation) {
22
return function(so) {
33
return function(onError, onSuccess) {
44
so.lock(orientation).then(onSuccess, onError);

0 commit comments

Comments
 (0)