Skip to content

Handle autorange axes with 'reset' doubleClick config option [fixes #278] #285

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

Merged
merged 4 commits into from
Feb 25, 2016

Conversation

etpinard
Copy link
Contributor

@mdtusz

  • A three-line bug fix
  • Some linting
  • 200+ of tests

for(var i = 0; i < axList.length; i++) {
ax = axList[i];
var ax = axList[i];
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm always happy to see these kinds of small style changed. No more scrolling all the way to the top of a file to see whether some variable had a value previously!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah. I used to dislike block-scoped var, but I've changed.

@mdtusz
Copy link
Contributor

mdtusz commented Feb 25, 2016

Good tests. Just flatten the callback 🎄's out, then 💃!

etpinard added a commit that referenced this pull request Feb 25, 2016
Handle autorange axes with 'reset' doubleClick config option [fixes #278]
@etpinard etpinard merged commit 2576519 into master Feb 25, 2016
@etpinard etpinard deleted the dblclick-reset branch February 25, 2016 16:16
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.

2 participants