Skip to content

Instantly share code, notes, and snippets.

@sri-rang
Created May 25, 2014 17:07
Show Gist options
  • Save sri-rang/41b1ee6556321ea2e706 to your computer and use it in GitHub Desktop.
Save sri-rang/41b1ee6556321ea2e706 to your computer and use it in GitHub Desktop.
Evina: Usage
evina.on("some-event", function (context) {
console.log("some event happened")
});
evina.trigger("some-event", {hello: "world"});
evina.off("some-event");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment