Skip to content

Commit f5373b2

Browse files
committed
jsdoc fixes
1 parent 4ddd9d2 commit f5373b2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/physics/matter-js/components/SetBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var SetBody = {
9292
* @method Phaser.Physics.Matter.Components.SetBody#setExistingBody
9393
* @since 3.0.0
9494
*
95-
* @param {Phaser.Physics.Matter.Body} body - [description]
95+
* @param {Matter.Body} body - [description]
9696
* @param {boolean} [addToWorld=true] - [description]
9797
*
9898
* @return {Phaser.GameObjects.GameObject} This Game Object.

src/renderer/webgl/pipelines/FlatTintPipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ var FlatTintPipeline = new Class({
11071107
* @method Phaser.Renderer.WebGL.FlatTintPipeline#drawEmitterManager
11081108
* @since 3.0.0
11091109
*
1110-
* @param {Phaser.GameObjects.Particles.ParticleEmittermanager} emitterManager - [description]
1110+
* @param {Phaser.GameObjects.Particles.ParticleEmitterManager} emitterManager - [description]
11111111
* @param {Phaser.Cameras.Scene2D.Camera} camera - [description]
11121112
*/
11131113
drawEmitterManager: function ()

src/sound/html5/HTML5AudioSound.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,8 @@ var HTML5AudioSound = new Class({
613613
* [description]
614614
*
615615
* @name Phaser.Sound.HTML5AudioSound#mute
616-
* @type {number}
617-
* @default 1
616+
* @type {boolean}
617+
* @default false
618618
* @since 3.0.0
619619
*/
620620
mute: {

src/sound/webaudio/WebAudioSound.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ var WebAudioSound = new Class({
730730
* [description]
731731
*
732732
* @name Phaser.Sound.WebAudioSound#mute
733-
* @type {number}
734-
* @default 1
733+
* @type {boolean}
734+
* @default false
735735
* @since 3.0.0
736736
*/
737737
mute: {

0 commit comments

Comments
 (0)