mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
lint
This commit is contained in:
parent
ffd1d218e6
commit
9eeef7e33e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var Union = function (rectA, rectB, out)
|
|||
var w = Math.max(rectA.right, rectB.right) - x;
|
||||
var h = Math.max(rectA.bottom, rectB.bottom) - y;
|
||||
|
||||
return out.setTo(x, y,w, h);
|
||||
return out.setTo(x, y, w, h);
|
||||
};
|
||||
|
||||
module.exports = Union;
|
||||
|
|
Loading…
Reference in a new issue