Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Comments

Remove args#118

Merged
lm-n merged 2 commits intomasterfrom
remove-args
Aug 22, 2018
Merged

Remove args#118
lm-n merged 2 commits intomasterfrom
remove-args

Conversation

@MathuraMG
Copy link
Collaborator

fixes #107
Before your pull request is reviewed and merged, make sure you

  • there are no linting/build errors -- npm run build
  • code is in uniquely-named feature branch, and has been rebased on top of latest master. If you're asked to make more changes make sure you rebase onto master then too!
  • pull request is descriptively named and links to an issue number, i.e. Fixes #123

Thank you!

@spiray
Copy link
Contributor

spiray commented Aug 22, 2018

@lm-n Can you review this as soon as possible? We have a few issues depending on this PR being merged. Thanks!

@@ -1,10 +1,10 @@
function FillEntity(Interceptor, shapeObject, arguments, canvasX, canvasY) {
let passedArguments = arguments;
function FillEntity(Interceptor, shapeObject, fillArgs, canvasX, canvasY) // eslint-disable-line no-unused-vars
Copy link
Member

Choose a reason for hiding this comment

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

@MathuraMG here can we get rid of unused variables?

@lm-n
Copy link
Member

lm-n commented Aug 22, 2018

@spiray @MathuraMG looks good. The only little thing is to remove unused variables in fillEntity.js. I'm merging and opening a issue

@lm-n lm-n merged commit a231565 into master Aug 22, 2018
@lm-n lm-n deleted the remove-args branch August 25, 2018 17:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rename all "arguments" in the entities

3 participants