Created
July 3, 2014 10:31
-
-
Save pvdz/f33a51dc7189d98efe23 to your computer and use it in GitHub Desktop.
Right now the sub is never fired. If you uncomment the first line, both subs are fired.
This file contains hidden or 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
// PubSub.subscribe('foo', function(name, value) {}); | |
PubSub.publish('foo', 'bar'); | |
PubSub.subscribe('foo', function(name, value) {}); |
Yeah, a ticket would be great!
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh. Github didn't update. Great, should I file a ticket?