LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

resources: handlers should receive event-meta #53

Closed x1B closed 9 years ago

x1B commented 9 years ago

Currently, event-handlers are always called without meta argument. We should probably add this argument so that handlers behave like the regular .subscribe-callbacks.

x1B commented 9 years ago

Implemented on master (v1.1.0).