mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +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)
|
||||
{
|
||||
return lock(orientation);
|
||||
return lock.call(screen, orientation);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue