Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created December 29, 2011 21:22
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/1536259 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/1536259 to your computer and use it in GitHub Desktop.
var messages = hub.on(hub.messages)
messages(function(){
// ...
})
messages.afore(handler_reference, function(){
// ...
})
messages.after(hub.message.presentation)(function(){
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment