Skip to content

Commit 2e49f07

Browse files
committed
Correct comment Phaser.Stage
Replace @name => @method on some functions
1 parent 8dcd61a commit 2e49f07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/Stage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Phaser.Stage.prototype.visibilityChange = function (event) {
307307
*
308308
* An alpha channel is _not_ supported and will be ignored.
309309
*
310-
* @name Phaser.Stage#setBackgroundColor
310+
* @method Phaser.Stage#setBackgroundColor
311311
* @param {number|string} backgroundColor - The color of the background.
312312
*/
313313
Phaser.Stage.prototype.setBackgroundColor = function(backgroundColor)
@@ -323,7 +323,7 @@ Phaser.Stage.prototype.setBackgroundColor = function(backgroundColor)
323323
/**
324324
* Destroys the Stage and removes event listeners.
325325
*
326-
* @name Phaser.Stage#destroy
326+
* @method Phaser.Stage#destroy
327327
*/
328328
Phaser.Stage.prototype.destroy = function () {
329329

0 commit comments

Comments
 (0)