Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Chained method calls is analogous to function composition from bQueryView to bQueryView. You could write it this way if you don't like the look of it syntactically:

    bqView = bQuery.view()
    bqView.set(...)
    bqView.on(...)
    MyBackboneView = bqView.make()


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: