misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Docs use add instead of apply #126

Closed aubergene closed 12 years ago

aubergene commented 12 years ago

line 10 http://misoproject.com/dataset/api.html#misodataset_i_apply

iros commented 12 years ago

Thanks for pointing this out! We removed it from the docs as that method shouldn't actually be exposed. Added ticket #127 to make apply a private member.