Skip to content

Instantly share code, notes, and snippets.

@muhamed-didovic
Forked from JeffreyWay/pubsub.js
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save muhamed-didovic/20fea863922f126fc6f2 to your computer and use it in GitHub Desktop.

Select an option

Save muhamed-didovic/20fea863922f126fc6f2 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