We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcd61a commit 2e49f07Copy full SHA for 2e49f07
1 file changed
src/core/Stage.js
@@ -307,7 +307,7 @@ Phaser.Stage.prototype.visibilityChange = function (event) {
307
*
308
* An alpha channel is _not_ supported and will be ignored.
309
310
-* @name Phaser.Stage#setBackgroundColor
+* @method Phaser.Stage#setBackgroundColor
311
* @param {number|string} backgroundColor - The color of the background.
312
*/
313
Phaser.Stage.prototype.setBackgroundColor = function(backgroundColor)
@@ -323,7 +323,7 @@ Phaser.Stage.prototype.setBackgroundColor = function(backgroundColor)
323
/**
324
* Destroys the Stage and removes event listeners.
325
326
-* @name Phaser.Stage#destroy
+* @method Phaser.Stage#destroy
327
328
Phaser.Stage.prototype.destroy = function () {
329
0 commit comments