hyperstack-org/hyperstack

supply default method for events

Open

#247 aberto em 2 de set. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (43 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (531 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Currently if no callback is supplied for the event, nothing happens, and firing the event returns nil.

It might be handy be able to supply a default action.

i.e. fires save: :default_save_method

currently you can work around this by checking props[event_name] for nil

Guia do colaborador