Skip to content

Commit ce6a81c

Browse files
committed
Updated JSDocs
1 parent c1bf08d commit ce6a81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ var Pipeline = {
268268
* @webglOnly
269269
* @since 3.50.0
270270
*
271-
* @param {string|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} pipeline - The string-based name of the pipeline, or a pipeline class.
271+
* @param {(string|function|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline)} pipeline - The string-based name of the pipeline, or a pipeline class.
272272
*
273273
* @return {Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The first Post Pipeline matching the name, or undefined if no match.
274274
*/

0 commit comments

Comments
 (0)