mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
jsdoc tweak.
This commit is contained in:
parent
732b80813e
commit
697a3f4f18
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Phaser.PluginManager.prototype = {
|
|||
*
|
||||
* @method Phaser.PluginManager#add
|
||||
* @param {object|Phaser.Plugin} plugin - The Plugin to add into the PluginManager. This can be a function or an existing object.
|
||||
* @param {...*} parameter - Additional parameters that will be passed to the Plugin.init method.
|
||||
* @param {...*} parameter - Additional arguments that will be passed to the Plugin.init method.
|
||||
* @return {Phaser.Plugin} The Plugin that was added to the manager.
|
||||
*/
|
||||
add: function (plugin) {
|
||||
|
|
Loading…
Reference in a new issue