Skip to content

Conversation

@Tnks2U
Copy link
Collaborator

@Tnks2U Tnks2U commented Aug 26, 2024

https://oss.navercorp.com/entry/entry2/issues/7700

재사용 가능성이 있는 블럭들은 주석처리 하였습니다.

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Aug 26, 2024
Comment on lines +5330 to 5333
var callBack = function () {
Ntry.dispatchEvent('destroyObstacle', 1, (state) => {});
Ntry.dispatchEvent('startEnemyWalk', false, () => {});
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

Comment on lines +5415 to 5418
var callBack = function () {
Ntry.dispatchEvent('destroyObstacle', 1, (state) => {});
Ntry.dispatchEvent('startEnemyWalk', false, () => {});
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

Comment on lines +5565 to 5567
var callBack = function () {
Ntry.dispatchEvent('startEnemyWalk', false, () => {});
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

var callBack = function () {
Ntry.dispatchEvent('destroyObstacle', 1, (state) => {});
Ntry.dispatchEvent('startEnemyWalk', true, () => {
script.isAction = false;
});
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

var callBack = function () {
Ntry.dispatchEvent('destroyObstacle', 1, (state) => {});
Ntry.dispatchEvent('startEnemyWalk', true, () => {
script.isAction = false;
});
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-var> reported by reviewdog 🐶
Unexpected var, use let or const instead.

var callBack = function () {
Ntry.dispatchEvent('startEnemyWalk', true, () => {
script.isAction = false;
});
};

@Tnks2U Tnks2U merged commit 38d879a into develop Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants