jiahuang / d3-timeline

Simple JS timeline plugin for d3
1.03k stars 281 forks source link

Minor fixes #75

Closed danhunsaker closed 8 years ago

danhunsaker commented 8 years ago

Fix typos in README and JS; Make all functions with args (except one) return current value

Signed-off-by: Dan Hunsaker danhunsaker@gmail.com

This pull request isn't strictly backwards compatible. It corrects the spelling of a method name, so any projects using the old spelling will probably break. If this project follows SemVer, then this isn't a problem, since version 0.* is by its nature unstable, so backwards compatibility is assumed not to exist anyway. If not, however, then please provide feedback on how to handle this properly.

inodb commented 8 years ago

Thanks a lot for contributing @danhunsaker!