-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi,
A number of times now I've done stuff like this:
radio(constant.SHOW_CLIENT_APPLICATION).subscribe(this.xyz, this);
instead of this:
radio(constant.SHOW_CLIENT_APPLICATION).subscribe([this.xyz, this]);
Would you please create a new method/alias to prevent this kind of thing? Maybe something like:
radio(constant.SHOW_CLIENT_APPLICATION).subscribe(this.xyz).context(this);
I know its minor, but its a big problem when you first run into this as there are no error/indications to help out.
Thank you,
Mark
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels