joshkatz / r-script

A simple little module for passing data from NodeJS to R (and back again).
MIT License
161 stars 67 forks source link

Fix bindAll usage #24

Closed nileshjain166 closed 6 years ago

nileshjain166 commented 6 years ago

.bindAll is mutable function and doesn't return any value. Variable obj is mutated and must be returned after .bindAll call.