Skip to content

Instantly share code, notes, and snippets.

@raphaelgabbarelli
Created December 26, 2014 16:44
Show Gist options
  • Save raphaelgabbarelli/b82d01d1c364e785709c to your computer and use it in GitHub Desktop.
Save raphaelgabbarelli/b82d01d1c364e785709c to your computer and use it in GitHub Desktop.
the greeter client code
var th = new TruckersHitch();
th.add("greeter", hello);
th.add("gm", greetingManager);
var grManager = th.get("gm");
grManager.greet("Raphael");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment