Skip to content

Commit bee5428

Browse files
committed
Fixed this return types for Phaser.Plugins.PluginManager
1 parent f8fd901 commit bee5428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/PluginManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ var PluginManager = new Class({
620620
*
621621
* @param {string} key - The key of the plugin to stop.
622622
*
623-
* @return {Phaser.Plugins.PluginManager} The Plugin Manager.
623+
* @return {this} The Plugin Manager.
624624
*/
625625
stop: function (key)
626626
{

0 commit comments

Comments
 (0)