We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874ecf6 commit 2418907Copy full SHA for 2418907
src/Web/CSSOMView/ScreenOrientation.js
@@ -1,4 +1,4 @@
1
-export function lockImpllock(orientation) {
+export function lockImpl(orientation) {
2
return function(so) {
3
return function(onError, onSuccess) {
4
so.lock(orientation).then(onSuccess, onError);
0 commit comments