Skip to content

Commit 61c8f63

Browse files
committed
Tidying up comments
1 parent f751d40 commit 61c8f63

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

v3/src/math/Percent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Work out what percentage `value` is of the range between `min` and `max`.
33
* If `max` isn't given then it will return the percentage of `value` to `min`.
44
*
5-
* You can optionally specify an `upperMax` value, which is a mid-way point in the range that represents 100%, after which the % starts to go down to the zero again.
5+
* You can optionally specify an `upperMax` value, which is a mid-way point in the range that represents 100%, after which the % starts to go down to zero again.
66
*
77
* @function Phaser.Math.Percent
88
* @since 3.0.0

v3/src/scene/plugins/UpdateList.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ var UpdateList = new Class({
9393
return this;
9494
},
9595

96-
// Scene that owns this Clock is shutting down
9796
shutdown: function ()
9897
{
9998
this.removeAll();
@@ -103,7 +102,6 @@ var UpdateList = new Class({
103102
this._pendingInsertion.length = 0;
104103
},
105104

106-
// Game level nuke
107105
destroy: function ()
108106
{
109107
this.shutdown();

0 commit comments

Comments
 (0)