Raynos / dom-delegator

Decorate elements with delegated events
MIT License
58 stars 16 forks source link

move handle methods off the prototype #12

Closed neonstalwart closed 9 years ago

neonstalwart commented 9 years ago

by moving allocateHandles and transformHandles off DomDelegator.prototype then you don't need to create a delegator to create a handle or a transform

Raynos commented 9 years ago

Thanks, this is a great addition :)

Raynos commented 9 years ago

Published v10.0.0, added you as collaborator.