Created
September 27, 2014 17:27
-
-
Save pgbovine/eaa9a2858e2617a7e246 to your computer and use it in GitHub Desktop.
Can you spot the bug?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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