Skip to content

Instantly share code, notes, and snippets.

@galderz
Created March 30, 2016 11:38
Show Gist options
  • Save galderz/4c7e8f0c4fb1cf25d96e7a2ef99cd7ff to your computer and use it in GitHub Desktop.
Save galderz/4c7e8f0c4fb1cf25d96e7a2ef99cd7ff to your computer and use it in GitHub Desktop.
var main = Elm.worker(Elm.Main, {});
function logger(model) {
console.log('Model: ' + model);
}
main.ports.putKeyValue.subscribe(logger);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment