File tree Expand file tree Collapse file tree
physics/matter-js/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ( )
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments