From c57112414a038327bee6b493eb551595d22a362b Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 12 Apr 2018 02:18:01 +0100 Subject: [PATCH] eslint override --- src/gameobjects/GameObject.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gameobjects/GameObject.js b/src/gameobjects/GameObject.js index 9c355519f..d67646d9f 100644 --- a/src/gameobjects/GameObject.js +++ b/src/gameobjects/GameObject.js @@ -327,6 +327,7 @@ var GameObject = new Class({ */ getIndexList: function () { + // eslint-disable-next-line consistent-this var child = this; var parent = this.parentContainer;