Skip to content
New issue

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

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

Already on GitHub? # to your account

Would you fix errata in comment in stock.js? #1131

Closed
devginie opened this issue Apr 29, 2016 · 2 comments
Closed

Would you fix errata in comment in stock.js? #1131

devginie opened this issue Apr 29, 2016 · 2 comments
Labels
Milestone

Comments

@devginie
Copy link

Before :

//```javascript
//d3.csv('data.csv', function(data) {...};
//d3.json('data.json', function(data) {...};
//jQuery.getJson('data.json', function(data){...});
//```

After :

//```javascript
//d3.csv('data.csv', function(data) {...});
//d3.json('data.json', function(data) {...});
//jQuery.getJson('data.json', function(data){...});
//```
@gordonwoodhull gordonwoodhull added this to the v2.0 milestone Apr 29, 2016
@gordonwoodhull
Copy link
Contributor

Thanks for the report! Will do.

@gordonwoodhull
Copy link
Contributor

Will be fixed in 2.0 beta 28

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants