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

No, that's not quite it. It's simply that you're now allowed to bind and trigger multiple event names in a single call, as in jQuery. For example:

    book.on("change:title change:author", function() {
      ...
    });


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

Search: