You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unlikely to be worth the considerable effort it would probably take to implement (i.e. a complete rewrite of the parsing code). But in those few instances where you are registering multiple, related handlers, it might be nice to do things like:
Eventi.on('group:{type#tag other$1}#tag2', ...);
instead of Eventi.on('group:type#tag#tag2 group:other#tag2$1', ...);
Just dropping the idea here to keep it in mind...
The text was updated successfully, but these errors were encountered:
This is unlikely to be worth the considerable effort it would probably take to implement (i.e. a complete rewrite of the parsing code). But in those few instances where you are registering multiple, related handlers, it might be nice to do things like:
Eventi.on('group:{type#tag other$1}#tag2', ...);
instead of
Eventi.on('group:type#tag#tag2 group:other#tag2$1', ...);
Just dropping the idea here to keep it in mind...
The text was updated successfully, but these errors were encountered: