canjs / can-jquery

CanJS integrations for jQuery
https://v3.canjs.com/doc/can-jquery.html
MIT License
4 stars 4 forks source link

Add support for the custom event delegation added to can-util #161

Closed chasenlehara closed 6 years ago

chasenlehara commented 6 years ago

This makes can-jquery compatible with the custom event delegation added to can-util 3.10.17: https://github.com/canjs/can-util/releases/tag/v3.10.17

This reverts https://github.com/canjs/can-jquery/pull/160 and my first attempt at this in https://github.com/canjs/can-jquery/pull/152

Closes https://github.com/canjs/can-jquery/issues/159