Skip to content

Instantly share code, notes, and snippets.

@pgbovine
Created September 27, 2014 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgbovine/eaa9a2858e2617a7e246 to your computer and use it in GitHub Desktop.
Save pgbovine/eaa9a2858e2617a7e246 to your computer and use it in GitHub Desktop.
Can you spot the bug?
INTERESTING_EVENT_TYPES = set([
'hello',
'app.updateOutput',
'app.hashchange'
'app.executeCode',
'chat',
'app.initialAppState',
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment