play-co/js.io

Subscribers get a global context by default

tkazec opened this issue · 1 comments

something.subscribe(function () {
    this === GLOBAL;
});

I'd expect this to be something. Seems very broken currently.

Closing because the publish/subscribe style is deprecated in favor of the standard EventEmitter style.