unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Fixed tap/click events for Firefox #134

Closed stefankolb closed 11 years ago

stefankolb commented 11 years ago

The arguments for the (synthesized) tap/click event did not have the right type and because of that Firefox denied to execute the event handler

fastner commented 11 years ago

It's an issue in lowland itself. dispatch should use Object.keys to get all keys of options variable. Fixed in lowland. Thanks for your analysis.