Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/matcher component #54

Merged
merged 5 commits into from
Dec 15, 2015
Merged

Feature/matcher component #54

merged 5 commits into from
Dec 15, 2015

Conversation

lesnitsky
Copy link
Member

No description provided.


matchUpdate = new nx.Cell
matchUpdate['<-'] match, (newMatch, oldMatch) ->
unset = if oldMatch
Copy link
Member

Choose a reason for hiding this comment

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

Wrap this if..else nicely so that the keywords are aligned:

unset = 
  if oldMatch
    ...
  else []

@DaQuirm
Copy link
Member

DaQuirm commented Dec 14, 2015

LGTM 😸

@kirilknysh
Copy link
Member

(y)

DaQuirm added a commit that referenced this pull request Dec 15, 2015
@DaQuirm DaQuirm merged commit 326176a into master Dec 15, 2015
@DaQuirm DaQuirm deleted the feature/matcher-component branch April 10, 2016 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants