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-12-23 19:43:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3ee59f1de3
phaser
/
src
/
physics
History
Christoph Dörfel
a8c4930d42
Add JsDoc comment for Body#addPhaserPolygon return value
2015-09-17 12:11:49 +02:00
..
arcade
New docs.
2015-08-24 15:43:45 +01:00
ninja
All undefined argument checks were changed from
if (typeof x === 'undefined')
to
if (x === undefined)
removing the typeof check and saving some bytes across the codebase in the process.
2015-07-22 10:37:15 +01:00
p2
Add JsDoc comment for Body#addPhaserPolygon return value
2015-09-17 12:11:49 +02:00
Physics.js
All undefined argument checks were changed from
if (typeof x === 'undefined')
to
if (x === undefined)
removing the typeof check and saving some bytes across the codebase in the process.
2015-07-22 10:37:15 +01:00