dalejung / id3

interactive d3
Apache License 2.0
4 stars 0 forks source link

rewrite to not use module pattern #11

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

private variables and not using this is becoming too obnoxious.

dalejung commented 11 years ago

current work no longer uses module pattern. Keeps backwards compatibility with callable. Which keeps with the d3 idiom of having the a function that returns a chart function.