t2ym/scenarist

Polymer.dom() is hard-coded in forEvent()

Closed this issue · 2 comments

t2ym commented

Polymer.dom() is hard-coded in forEvent()

forEvent() should be applicable to general use without Polymer.

t2ym commented

Workaround:

Use function condition(element, type, event) for forEvent(element, type, trigger, condition)

t2ym commented

This is as designed.