Skip to content

Instantly share code, notes, and snippets.

@devjin0617
Last active February 12, 2017 15:00
Show Gist options
  • Select an option

  • Save devjin0617/b39415be7588a9e021facec0d1d273a5 to your computer and use it in GitHub Desktop.

Select an option

Save devjin0617/b39415be7588a9e021facec0d1d273a5 to your computer and use it in GitHub Desktop.
// 이벤트 구독
EventBus.$on('message', function(text) {
console.log(text);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment