Skip to content

Commit 2c584d3

Browse files
committed
Fill all description tags in GetPhysicsPlugins.js
1 parent 116e62f commit 2c584d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scene/GetPhysicsPlugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ var UppercaseFirst = require('../utils/string/UppercaseFirst');
1313
* @function Phaser.Scenes.GetPhysicsPlugins
1414
* @since 3.0.0
1515
*
16-
* @param {Phaser.Scenes.Systems} sys - [description]
16+
* @param {Phaser.Scenes.Systems} sys - The scene system to get the physics systems of.
1717
*
18-
* @return {array} [description]
18+
* @return {array} An array of Physics systems to start for this Scene.
1919
*/
2020
var GetPhysicsPlugins = function (sys)
2121
{

0 commit comments

Comments
 (0)