Closed this issue 8 years ago · 2 comments
Polymer.dom() is hard-coded in forEvent()
Polymer.dom()
forEvent()
forEvent() should be applicable to general use without Polymer.
Use function condition(element, type, event) for forEvent(element, type, trigger, condition)
condition(element, type, event)
forEvent(element, type, trigger, condition)
This is as designed.