Closed nolanlawson closed 9 years ago
Also you can avoid exporting transform altogether if you bind the transform function to the db object, but wasn't sure how you feel about bind or if you prefer polyfills.
transform
bind
db
put it in #5 along with other v2 stuff, I tend to avoid bind as it has some performance issues, so I just used call
ah yeah, good call
totally unintentional pun ^
Also you can avoid exporting
transform
altogether if youbind
thetransform
function to thedb
object, but wasn't sure how you feel aboutbind
or if you prefer polyfills.