I'm trying to use enyo.Signals and the docs says that I can send payload in the inEvent argument:
enyo.Signals.send(inEventName, inEvent);
(
http://enyojs.com/docs/latest/developer-guide/key-concepts/event-handling.html)
The following example work as expected in 2.2.0 but in all versions after that (try to change version on jsfiddle), no event triggers if the parameter inEvent is given:
http://jsfiddle.net/yc3e1twx/1/I've tried different solutions but I can't get it to work. What am I doing wrong?
Comments