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

Code legibility improvement #769

Merged
merged 1 commit into from
Nov 28, 2016

Conversation

rodrijuarez
Copy link
Contributor

Moved the declaration from the variable subscribe above the declaration
of the var unsubscribe, this is related to the issue #763

Moved the declaration from the variable subscribe above the declaration
of the var unsubscribe
var subscribe = callback => {updater = callback};
var dfd = Q.defer(),
updater,
subscribe = callback => {updater = callback},
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, nice. I think this addresses #763.

@gigabo gigabo added the cleanup label Nov 23, 2016
Copy link
Contributor

@gigabo gigabo left a comment

Choose a reason for hiding this comment

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

This LGTM. Thanks @rodrijuarez.

@doug-wade
Copy link
Collaborator

👍

@rodrijuarez
Copy link
Contributor Author

Can we close this one? @gigabo

@gigabo
Copy link
Contributor

gigabo commented Nov 28, 2016

Yep! Thanks @rodrijuarez!

@gigabo gigabo merged commit ae2bc1b into redfin:master Nov 28, 2016
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