Skip to content

Instantly share code, notes, and snippets.

@kwbock
Created September 23, 2013 13:27
Show Gist options
  • Save kwbock/6670388 to your computer and use it in GitHub Desktop.
Save kwbock/6670388 to your computer and use it in GitHub Desktop.
var foo = {
_payload: function() {
var those, that, theOther;
those = "foo";
that = "that";
theOther = "not today";
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment