Fill all description tags in GetPhysicsPlugins.js

This commit is contained in:
Daniel 2018-04-22 16:50:09 +10:00
parent 116e62fafe
commit 2c584d3d0e

View file

@ -13,9 +13,9 @@ var UppercaseFirst = require('../utils/string/UppercaseFirst');
* @function Phaser.Scenes.GetPhysicsPlugins * @function Phaser.Scenes.GetPhysicsPlugins
* @since 3.0.0 * @since 3.0.0
* *
* @param {Phaser.Scenes.Systems} sys - [description] * @param {Phaser.Scenes.Systems} sys - The scene system to get the physics systems of.
* *
* @return {array} [description] * @return {array} An array of Physics systems to start for this Scene.
*/ */
var GetPhysicsPlugins = function (sys) var GetPhysicsPlugins = function (sys)
{ {