Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from JeffreyWay/pubsub.js
Created June 2, 2013 22:46
Show Gist options
  • Select an option

  • Save TexRx/5695227 to your computer and use it in GitHub Desktop.

Select an option

Save TexRx/5695227 to your computer and use it in GitHub Desktop.
var o = $({});
$.subscribe = o.on.bind(o);
$.publish = o.trigger.bind(o);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment