Skip to content

Commit c6231dd

Browse files
committed
jsdoc fix
1 parent bc0f174 commit c6231dd

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Phaser.Particles.Arcade = {};
1+
/**
2+
* @author Richard Davey <rich@photonstorm.com>
3+
* @copyright 2014 Photon Storm Ltd.
4+
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
5+
*/
6+
7+
/**
8+
* Arcade Particles is a Particle System integrated with Arcade Physics.
9+
*
10+
* @class Phaser.Particles.Arcade
11+
*/
12+
Phaser.Particles.Arcade = {};

0 commit comments

Comments
 (0)