mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
Merge pull request #5070 from 123survesh/fix_mozLockOrientation
Fix for issue #5069, where using lockOrientation breaks in firefox
This commit is contained in:
commit
c34212aed4
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ var ScaleManager = new Class({
|
||||||
|
|
||||||
if (lock)
|
if (lock)
|
||||||
{
|
{
|
||||||
return lock(orientation);
|
return lock.call(screen, orientation);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue