mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
eslint override
This commit is contained in:
parent
ad4109aece
commit
c57112414a
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ var GameObject = new Class({
|
|||
*/
|
||||
getIndexList: function ()
|
||||
{
|
||||
// eslint-disable-next-line consistent-this
|
||||
var child = this;
|
||||
var parent = this.parentContainer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue