mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
jshint fix
This commit is contained in:
parent
2650e6c47e
commit
3f3655a138
1 changed files with 3 additions and 3 deletions
|
@ -297,10 +297,10 @@ Phaser.Touch.prototype = {
|
|||
event.preventDefault();
|
||||
}
|
||||
|
||||
for (var i = 0; i < event.changedTouches.length; i++)
|
||||
{
|
||||
// for (var i = 0; i < event.changedTouches.length; i++)
|
||||
// {
|
||||
//this.game.input.updatePointer(event.changedTouches[i]);
|
||||
}
|
||||
// }
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue