Skip to content

Commit 72f0395

Browse files
authored
Update TransformMatrix.js
Added missing braces.
1 parent e63ca85 commit 72f0395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/TransformMatrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ var TransformMatrix = new Class({
438438
* @param {Phaser.GameObjects.Components.TransformMatrix} rhs - The Matrix to multiply by.
439439
* @param {Phaser.GameObjects.Components.TransformMatrix} [out] - An optional Matrix to store the results in.
440440
*
441-
* @return {this|Phaser.GameObjects.Components.TransformMatrix} Either this TransformMatrix, or the `out` Matrix, if given in the arguments.
441+
* @return {(this|Phaser.GameObjects.Components.TransformMatrix)} Either this TransformMatrix, or the `out` Matrix, if given in the arguments.
442442
*/
443443
multiply: function (rhs, out)
444444
{

0 commit comments

Comments
 (0)