Closed davidmerrique closed 7 years ago
Place all events into a .payment namespace.
.payment
This change will allow us to unbind $.payment without breaking any other events as described in #129
$('elem').off('.payment');
All existing tests pass.
Hi @davidmerrique -- this is a reasonable change, as discussed in #129, but we're not adding new features at this time. Sorry!
Summary
Place all events into a
.payment
namespace.Motivation
This change will allow us to unbind $.payment without breaking any other events as described in #129
Testing
All existing tests pass.