jsdoc tweak.

This commit is contained in:
photonstorm 2015-06-16 11:57:28 +01:00
parent 732b80813e
commit 697a3f4f18

View file

@ -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) {