> listenTo object.listenTo(other, event, callback)
I think changing the naming to be more specific and updating the description names could help out.
listenTo observingObject.listenTo(actingObject, event, callback)
> listenTo object.listenTo(other, event, callback)
I think changing the naming to be more specific and updating the description names could help out.
One caveat is that this breaks consistency with the other examples in this section (i.e. object.once(...) object.trigger(...)).