Skip to content

Instantly share code, notes, and snippets.

@mainanick
Last active January 9, 2018 08:20
Show Gist options
  • Save mainanick/7bde050decdc57e0d5d8f4a1c373f128 to your computer and use it in GitHub Desktop.
Save mainanick/7bde050decdc57e0d5d8f4a1c373f128 to your computer and use it in GitHub Desktop.
var Command = (function() {
return function(command, args) {
console.log("Dispatch", command);
};
})();
Command("start", { test: 6 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment