eslint override

This commit is contained in:
Richard Davey 2018-04-12 02:18:01 +01:00
parent ad4109aece
commit c57112414a

View file

@ -327,6 +327,7 @@ var GameObject = new Class({
*/ */
getIndexList: function () getIndexList: function ()
{ {
// eslint-disable-next-line consistent-this
var child = this; var child = this;
var parent = this.parentContainer; var parent = this.parentContainer;