This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-11-16 01:38:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d2fc42520b
phaser
/
src
/
system
History
photonstorm
d2fc42520b
stopFullScreen has been changed to run against document instead of the canvas since the cancelFullScreen method is created on the document (thanks @j0hnskot,
#863
)
2014-07-01 15:46:32 +01:00
..
Canvas.js
Canvas.create has deprecated the noCocoon parameter as it's no longer required. The parameter is still in the signature, but no longer used in the method.
2014-05-30 02:03:07 +01:00
Device.js
stopFullScreen has been changed to run against document instead of the canvas since the cancelFullScreen method is created on the document (thanks @j0hnskot,
#863
)
2014-07-01 15:46:32 +01:00
RequestAnimationFrame.js
Trim trailing whitespace.
2014-03-25 14:56:04 -07:00