From 62d135cf1f4bb9f0b2e3f80fb519a345e4b977d4 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Tue, 19 Apr 2016 03:37:38 +0100 Subject: [PATCH] Small tidy-up. --- src/core/Group.js | 1 - src/core/Stage.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/Group.js b/src/core/Group.js index 62bee5994..79da39f47 100644 --- a/src/core/Group.js +++ b/src/core/Group.js @@ -1436,7 +1436,6 @@ Phaser.Group.prototype.postUpdate = function () { }; - /** * Find children matching a certain predicate. * diff --git a/src/core/Stage.js b/src/core/Stage.js index 89af7afff..4a10914f7 100644 --- a/src/core/Stage.js +++ b/src/core/Stage.js @@ -171,7 +171,7 @@ Phaser.Stage.prototype.update = function () { /** * This is called automatically before the renderer runs and after the plugins have updated. -* In postUpdate this is where all the final physics calculatations and object positioning happens. +* In postUpdate this is where all the final physics calculations and object positioning happens. * The objects are processed in the order of the display list. * The only exception to this is if the camera is following an object, in which case that is updated first. * @@ -356,7 +356,7 @@ Phaser.Stage.prototype.setBackgroundColor = function (color) { * * @method Phaser.Stage#destroy */ -Phaser.Stage.prototype.destroy = function () { +Phaser.Stage.prototype.destroy = function () { if (this._hiddenVar) {