File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1436,7 +1436,6 @@ Phaser.Group.prototype.postUpdate = function () {
14361436
14371437} ;
14381438
1439-
14401439/**
14411440* Find children matching a certain predicate.
14421441*
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Phaser.Stage.prototype.update = function () {
171171
172172/**
173173* This is called automatically before the renderer runs and after the plugins have updated.
174- * In postUpdate this is where all the final physics calculatations and object positioning happens.
174+ * In postUpdate this is where all the final physics calculations and object positioning happens.
175175* The objects are processed in the order of the display list.
176176* The only exception to this is if the camera is following an object, in which case that is updated first.
177177*
@@ -356,7 +356,7 @@ Phaser.Stage.prototype.setBackgroundColor = function (color) {
356356*
357357* @method Phaser.Stage#destroy
358358*/
359- Phaser . Stage . prototype . destroy = function ( ) {
359+ Phaser . Stage . prototype . destroy = function ( ) {
360360
361361 if ( this . _hiddenVar )
362362 {
You can’t perform that action at this time.
0 commit comments