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

add default tick function to constructor arguments #10

Merged
merged 2 commits into from Mar 20, 2014

Conversation

max-mapper
Copy link
Contributor

one small note is that the existing test suite didn't exit the process in node, im not sure why exactly.


if (tick) ee.on('data', function(dt) {
tick(dt)
})
Copy link
Owner

Choose a reason for hiding this comment

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

could I impose on you to match the following style? (sorry sorry!)

if(tick) {
  ee.on('data', function(dt) {
    tick(dt)
  })
}

(salient bits being: always braces, no space between if and (.) Sorry/thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

cool, done

@chrisdickinson
Copy link
Owner

thanks!

chrisdickinson added a commit that referenced this pull request Mar 20, 2014
add default tick function to constructor arguments
@chrisdickinson chrisdickinson merged commit 22840cd into chrisdickinson:master Mar 20, 2014
@chrisdickinson
Copy link
Owner

published as 0.1.0

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.

None yet

2 participants