Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created December 17, 2009 22:47
Show Gist options
  • Save isaacs/259097 to your computer and use it in GitHub Desktop.
Save isaacs/259097 to your computer and use it in GitHub Desktop.
someObject
.chainableMethod("args")
.anotherOne("more", "args")
.foo("bar"); // the ";" means "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment