Fix typos of method names in Button.js for doc #444

This commit is contained in:
photonstorm
2014-02-19 15:01:59 +00:00
parent 7394403bb6
commit 5f79bb4330
4 changed files with 12 additions and 5 deletions
+7
View File
@@ -244,6 +244,9 @@ Phaser.Physics.World.prototype = {
*/
beginContactHandler: function (event) {
console.log('beginContactHandler');
console.log(event);
if (event.bodyA.id > 1 && event.bodyB.id > 1)
{
// console.log('beginContactHandler');
@@ -262,6 +265,10 @@ Phaser.Physics.World.prototype = {
*/
endContactHandler: function (event) {
console.log('endContactHandler');
console.log(event);
if (event.bodyA.id > 1 && event.bodyB.id > 1)
{
// console.log('endContactHandler');