hyperstack-org/hyperstack

supply default method for events

Open

#247 aperta il 2 set 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (43 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (531 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor